There's different tools for different tasks of course. While Perl may
not be the best solution for everything, it certainly has it's place.
For me, being mainly a .NET guy, Perl drove me crazy with its
loosy-goosy convention for pretty much everything; then again, that's
some of it's power too for developing quick scripts. For the times that I need to hop on a UNIX box, knowing Perl (along with AWK) can help in a lot of situations. A lot.
Overall, the best aspect of learning Perl, for me, was learning regular expressions. If you don't have a good grip on regex, you will after you've learned Perl. Regex is one of those fundamental tasks that you can take just about anywhere.
I'd recommending starting with the Llama book instead of the Camel book. The Llama book is more of an intro text and you'll gain a better grasp on Perl (IMHO). After you're done, then launch into the camel book.
http://oreilly.com/catalog/9780596001322/
Also, in reading the Llamma book, you'll pick up good jokes, like who wrote,
/,{5}chameleon/
Boy George
You know... comma, comma, comma, comma, comma chameleon :)