I was bullied into giving a four hours Perl training. What topics should I cover?
There is a similar question already, but I found that question to be vague, and the answers equally so. So I'll be more specific in what my outline is.
To me, Perl is about getting things done. My Perl scripts are one-shot scripts intended to solve specific problems, mostly related to processing files to do basic data transformation, aggregation and filtering.
I do intend on covering CPAN just enough to teach people how to search for domain-specific libraries and use them. I also intend to cover plain regular expressions, but nothing more sophisticated than that, as I don't believe advanced Perl's regex can be taught in a time-efficient manner.
So, given this domain, any tips?
Edit:
The people I'll train are experienced programmers who also have shell scripting knowledge. Also, I do not need to impress them with the power of Perl -- they are impressed already, that's why they bullied me into giving this training.