in reply to Design a Perl training day
One thing I would definitely include is how to find and select modules appropriate for the task (involving CPAN, checking out the module and asking around on sites like perlmonks). This should be new terrain to the C++ guys at least (AFAIK).
Also there should be a question geared toward showing the advantage of using 'foreach' or 'map' to using 'for (;;)'. While JavaFan got a point about TMTOWTDI, using for(;;) on a fixed array is just not using the power of perl
And you should show them the power of hashes (if they not already know that). Using hashes is what differentiates intermediate perl programmers from beginners
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Design a Perl training day
by GrandFather (Saint) on Mar 30, 2011 at 11:41 UTC | |
|
Re^2: Design a Perl training day
by raybies (Chaplain) on Mar 30, 2011 at 13:03 UTC |