I'm an experienced programmer but I haven't tried using Perl before. Can anyone please give me a link to a good tutorial of the Perl language? Thank you very much.
|
|
The Llama book is really unsurpassed. |
||||||||||
|
|
|
I believe that the Camel book is the de facto standard Perl book. From the description
|
||||
|
|
|
Rex Swain's HTMLified Perl 5 Reference Guide is great for reference. And there's the official Perl documentation, with links to tutorials, etc. |
|||
|
|
|
|
I really like this site for an online reference/tutorial: The actual tutorial is here: |
||
|
|
|
|
perldoc.perl.org is the best language reference site for any language that I know of. It includes tutorials, FAQs and the complete language reference and man pages. CPAN is the source for modules and Perl Monks is the community site. |
||
|
|
|
|
Learn Perl has some resources. Perl has an excellent community. Checkout The Monsastery Gates. Also, do not forget to read Happy Perl-ing. :-) |
|||
|
|
|
|
Picking Up Perl was my introduction to Perl. I did buy pretty much every decent Perl book in the intervening years, but that tutorial is how I got started. It helped me make sense of the big picture while reading Learning Perl. |
|||
|
|
|
|
Leaning Perl the Hard Way is one of my favorites! (GFDL :) From the book:
|
|||
|
|
|
|
Personally, I would recommend installing ActiveState Perl on your local windows box if you have one. The HTML help docs are great and when you use their PPM perl module installer it installs docs for that module into the same HTML doc. Very handy. As a side note, as a multi-language programmer that now uses Perl - avoid the temptation to use some of the bizarre non-intuitive Perl syntax "just because you can do it in Perl". Specifically the practice of using "inferred" variables, like "@_". Stick to rational programming practices and variable naming conventions to make your code understandible even to other coders that do not know Perl. Ron |
||
|
|
|
|
Do like every other Perl programmer before you has done. It truly is worth reading '''cover to cover'''. After that, go to http://search.cpan.org/recent daily and look through the source code of the absolute latest Perl module releases. |
||
|
|
|
|
|
||
|

