Learning Perl - ebooks & resources

I ventured into brushing up my Perl knowledge, as its really a long time since I read a book on Perl. I found the following resources useful:
  1. Beginning Perl by Simon Cozens. I think this is one of the best books to begin Perl programming.
  2. The perldoc website. This is not really book or a cogent order of tutorials, but an excellent reference once you are familiar with the basics.
  3. A collection of resources to learn Perl from the www.freeprogrammingresources.com website.
And there is always perldoc, to refer to topics/functions/modules off line.

Comments

Scydiahs said…
Thank you for sharing tthis

Popular posts from this blog

Gotchas with DBCP

A note on Java's Calendar set() method

The mysterious ORA-03111 error