NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
followups (Score:2)
blosxom is a drop-in perl script you certainly can't use it represent a project in which a novice is taking part.
Worse he misses the point about abstracting code in functions - essentially your senior or experienced developers will encapsulate harder code and the the junior or novice developers will use the API's provided.
This means the senior developers can use perl to full effect while juniors can be productive with simpler perl.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This