I started learning Perl a couple of months back.
The first stage was learning how to do things differently in Perl. Initially I always had the C mindset of doing things and would translate them to Perl code.
Then, mainly through some questions here on SO, I learned about a variety of different techniques that Perl offers for the tasks that I want to do.
Now, the situation is that I am able to think in Perl, but only as much as I know from reading about on the internet or what some of you have suggested in the answers to my questions.
I think I need a good book here, so that I at least know all about what Perl has to offer, the different ways of doing things. Sometimes it is after I have written some code that I figure out there was a lot better way to do the same thing in Perl, but I was just not aware of it.
I know about this thread that suggests some books, but I am not sure which one would be the best for me.
I need a book that can show me different ways of doing some simple tasks in Perl and explain why and which ones are better.
Also, I want to be able to give it a reading in about 30 hours.
Which one should I go for?