Forum Moderators: phranque
W
If you're judging it by comparison to PHP, then be aware that PHP was invented to solve a different problem beyond general server-side scripting. It was addressed to generating HTML pages (and similar) for delivery to clients. PERL, on the other hand, is more suited to "back-end" jobs that are not directly exposed to the client as is the case with HTML "page" generation.
If it's any indication, Apache 2 added Perl-Compatible Regular Expressions (PCRE) as a feature. So, I doubt that PERL is "going away" any time soon.
Jim
Now we've got newbies coding their Web sites in XML, because that's the 'new HTML,' right?
Recently-trained script coders are demonstrating the saying, "If all you have is a hammer, then everything looks like a nail" -- We get many questions from recently-minted JavaScript coders, trying to do something client-side using JS that can (or should, for security reasons) be done server-side. But all they know is JS...
PERL is a solid, mature scripting language, but don't expect too much in the way of exciting fan sites. CPAN is about it. We've gained dozens of high-level languages in the past 40 years, but sometimes FORTRAN is still the right answer... :)
Jim