Home

  perl 

Teach Yourself Perl in 24 hours (2nd edition). This was the book I first bought and the one I'd recommend if you want to learn Perl. It covered all the bases without getting bogged down in to much extraneous detail. I have an attention span of about 5 minutes and if I'm not hooked within that time like as not I'll loose interest. With TYPi24hrs you begin writing short practical scripts and each chapter introduces another 'tool' for your toolkit; other 'learning perl' books from that well known Perl publisher have left me feeling like I'm climbing up a mountain just to get to the starting post.  

From the material covered in the TYPi24hrs book I gained enough practical knowledge of Perl to write the script we use at work that converts a CSV file of student records into an LDIF import file used to create Netware accounts. We're used that script for over four years during which time it as probably created over 40,000 user accounts.  I've recently rewritten it to help automate the creation of user accounts under Windows since we've finally moved away from Netware.

Three other books that I'd recommend

[Cover]

Net-SNMP module


My perl Scripts

detab.pl Strips tabs out of a text file and replace with user defined number of spaces.

detab.exe

Same script turned into an .exe so it will run stand alone  - run from a DOS window

detab1.exe

Output is saved to original filename so you don't have to rename it and mess about.
detab1.exe without arguments for help

perl links

Get perl Perl tutorials Perl info Perl other Perl books
activestate learn.perl.org perl paraphernalia perl reference guide books.perl.org
CPAN beginning perl wikipedia entry O.Reily perl.com
Impatient perl The Perl Journal
perl.org