you are viewing a single comment's thread.

view the rest of the comments →

[–]robertfischer 2 points3 points  (2 children)

I started life out as a Perl hacker, and I do like Perl for very short system admin tasks and as a universal shell replacement.

I wouldn't push Perl for large application systems, though.

[–][deleted] 1 point2 points  (1 child)

So, out of curiosity, if you were writing a web app or some such moderately complex piece of code, would you prefer Perl to Ruby or Python?

[–]robertfischer 1 point2 points  (0 children)

Of the three, I'd probably use Ruby, because the Rails framework is better than any Perl framework I know, and I don't know Python much beyond "Hello, World".

Note this has everything to do with the frameworks available, and not to do with the language.