show/hide this revision's text 4 edited body

Perl is a very expressive language with a rich syntax. There are lots of ways to express the same idea in perlPerl, which makes it fun to program. Unfortunately, since your co-workers will inevitably find other ways to express the same idea, it is, in my opinion, sometimes difficult to maintain other people's code. It's also prone to ugly code and "stupid programmer tricks". But with discipline and coding standards, you can go far.

That said, if I didn't have 10 years experience with it, I would skip perl Perl and go straight to pythonPython. It's just better at everything I stated as drawbacks to perlPerl.

show/hide this revision's text 3 Clarified what I meant by "better at everything"

Perl is a very expressive language with a rich syntax. There are lots of ways to express the same idea in perl, which makes it fun to program. Unfortunately, since your co-workers will inevitably find other ways to express the same idea, it is, in my opinion, sometimes difficult to maintain other people's code. It's also prone to ugly code and "stupid programmer tricks". But with discipline and coding standards, you can go far.

That said, if I didn't have 10 years experience with it, I would skip perl and go straight to python. It's just better at everything I stated as drawbacks to perl.

show/hide this revision's text 2 Added a useful link

Perl is a very expressive language with a rich syntax. There are lots of ways to express the same idea in perl, which makes it fun to program. Unfortunately, since your co-workers will inevitably find other ways to express the same idea, it is, in my opinion, sometimes difficult to maintain other people's code. It's also prone to ugly code and "stupid programmer tricks". But with discipline and coding standards, you can go far.

That said, if I didn't have 10 years experience with it, I would skip perl and go straight to python. It's just better at everything.

show/hide this revision's text 1