An art community that shall remain nameless is currently working on a complete remake of their website. They're actually looking for experienced coders to help working on it so being a rather good php scripter, and knowing their current version is made in php, I decided to offer my help.
Looks like the entire coding crew utterly hates PHP and wants to code the site entirely in Python. Actually most of them particularly like the Perl language, and if it wasn't for the fact Python is more flexible, they would code the site in Perl.
The fun part is that Perl was invented in 1989 and Python, in 1990, a long while before what we know today as Internet became popular. No need to mention those languages were not intended for web development. And good luck finding Perl websites that actually do anything fancy.
What I've been told is that PHP is more flexible than Perl as you're not limited to run scripts in the cgi-bin directory and it's relatively easier to use, as well as having a much larger community than Perl. On the other side, Perl is much more versatile and secure and can be used for virtually anything. However, for a web application, it's still best to use PHP for the reasons listed above. There's no need to reinvent the wheel...
So what do you think? Do you believe Perl should be used instead of PHP and if so, why?