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.
I don't think you give perl enough credit (Score:2)
Things like a wide variety of ready-rolled strong encryption libraries and integration with standard SSL and SSH libraries, as well as the taint mode put it well ahead of languages like PHP, ASP and Cold Fusions.
The culture of testing and defensive programming is also stronger than in some other cultures - Java programmers are certainly hot on testing (at least there is a big overlap of Java and Test enthusiasts like Kent Beck), but not so much on defensive programming.
c# and python are probably the only other mainstream languages to have such a strong culture of testing and defensive programming because they, like perl have been taking these ideas on board.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This