* I normalized some leading white space in some of the book listings. Some had spaces and some had tabs. Now they should all look the same regardless of editor settings and formatter output.
* I added some of the books from the Apress catalog. * I think that we might have to cut out this section of the faq and leave it up to perlbook or books.perl.org. There are quite a number of books now, and I don't think we can list every one. Index: perlfaq2.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq2.pod,v retrieving revision 1.30 diff -u -d -r1.30 perlfaq2.pod --- perlfaq2.pod 3 Jan 2005 18:43:37 -0000 1.30 +++ perlfaq2.pod 28 Jan 2005 03:23:43 -0000 @@ -313,6 +313,11 @@ =item Tutorials + Beginning Perl + by James Lee + ISBN 1-59059-391-X [2nd edition August 2004] + http://apress.com/book/bookDisplay.html?bID=344 + Elements of Programming with Perl by Andrew L. Johnson ISBN 1-884777-80-5 [1st edition October 1999] @@ -353,6 +358,11 @@ =item Task-Oriented + Writing Perl Modules for CPAN + by Sam Tregar + ISBN 1-59059-018-X [1st edition Aug 2002] + http://apress.com/book/bookDisplay.html?bID=14 + The Perl Cookbook by Tom Christiansen and Nathan Torkington with foreword by Larry Wall @@ -364,30 +374,40 @@ ISBN 0-201-41975-0 [1st edition 1998] http://www.awl.com/ + Real World SQL Server Administration with Perl + by Linchi Shea + ISBN 1-59059-097-X [1st edition July 2003] + http://apress.com/book/bookDisplay.html?bID=171 + =item Special Topics + Perl 6 Now: The Core Ideas Illustrated with Perl 5 + by Scott Walters + ISBN 1-59059-395-2 [1st edition December 2004 + http://apress.com/book/bookDisplay.html?bID=355 + Mastering Regular Expressions by Jeffrey E. F. Friedl ISBN 0-596-00289-0 [2nd edition July 2002] http://www.oreilly.com/catalog/regex2/ - Network Programming with Perl + Network Programming with Perl by Lincoln Stein ISBN 0-201-61571-1 [1st edition 2001] http://www.awlonline.com/ - Object Oriented Perl + Object Oriented Perl Damian Conway with foreword by Randal L. Schwartz ISBN 1-884777-79-1 [1st edition August 1999] http://www.manning.com/Conway/ - Data Munging with Perl + Data Munging with Perl Dave Cross ISBN 1-930110-00-6 [1st edition 2001] http://www.manning.com/cross - Mastering Perl/Tk + Mastering Perl/Tk by Steve Lidie and Nancy Walsh ISBN 1-56592-716-8 [1st edition January 2002] http://www.oreilly.com/catalog/mastperltk/ -- brian d foy, [EMAIL PROTECTED]