try this as well
A good Perl book [webmasterworld.com]
"Programming Perl" by Larry Wall et al is the 'bible' for Perl programmers - you definitely need to get a copy. Also pub. O'Reilly.
Watch out for some of the introductory Perl books - there's a few that are very poor - eg they have example code in them that's poorly written (security problems etc).
PerlMonks - a website - is a very useful resource.
HTH.
Best wishes, a.
*DON'T* even consider the Perl Cookbook untill you know the basics, but then it is a fantastic advanced Perl resource.
And don't forget the manual that comes with Perl. Albeit one of the most convoluted, heavy, jargon-ridden, poorly written documents in the history of confusing people! <g>
Matt
The two texts I've worked with most are CGI Programming in a Week and the CAMEL BOOK. While the Camel book is hardly a beginner text, I've worn out two copies of it. After a while a lot of it begins to make sense. :D
Although it does (like many books) start with 'how do I install perl?', it is probably a better "second" book on perl, rather than an introduction. But for anyone who wants to use perl to earn a living, this book will prove worthwhile. The tone omits some of the humor of "The Camel Book", but compensates with many practical examples. Compared to "The Cookbook", it offers much more explanation on why something might be done in a particular way.
I also like that there is no separate chapter on CPAN. CPAN is so much part of Perl. The book recognizes this by introducing suitable modules by topic, e.g. for text processing or networking, rather than treating CPAN as an optional add-on.