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.
