diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-03 14:10:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-03 14:10:04 +0000 |
commit | 58103a2e295c15d87c7ce0bd8dd83d7e110adac4 (patch) | |
tree | d8c206aa6ca06a6663cfd0e689e46d4b580ebf89 /pod/perlfaq2.pod | |
parent | 36c7798d7abbe7dd4517943c1b5755ab4f2dda73 (diff) | |
download | perl-58103a2e295c15d87c7ce0bd8dd83d7e110adac4.tar.gz |
Sync perlfaq.
p4raw-id: //depot/perl@26601
Diffstat (limited to 'pod/perlfaq2.pod')
-rw-r--r-- | pod/perlfaq2.pod | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pod/perlfaq2.pod b/pod/perlfaq2.pod index 0fd1d26253..ac34be2c01 100644 --- a/pod/perlfaq2.pod +++ b/pod/perlfaq2.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.35 $, $Date: 2005/10/13 19:43:13 $) +perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.38 $, $Date: 2005/12/31 00:54:37 $) =head1 DESCRIPTION @@ -351,9 +351,19 @@ Recommended books on (or mostly on) Perl follow. =item Special Topics + Perl Best Practices + by Damian Conway + ISBN: 0-596-00173-8 [1st edition July 2005] + http://www.oreilly.com/catalog/perlbp/ + + Higher Order Perl + by Mark-Jason Dominus + ISBN: 1558607013 [1st edition March 2005] + http://hop.perl.plover.com/ + Perl 6 Now: The Core Ideas Illustrated with Perl 5 by Scott Walters - ISBN 1-59059-395-2 [1st edition December 2004 + ISBN 1-59059-395-2 [1st edition December 2004] http://apress.com/book/bookDisplay.html?bID=355 Mastering Regular Expressions @@ -516,7 +526,7 @@ the I<What is CPAN?> question earlier in this document. =head1 AUTHOR AND COPYRIGHT -Copyright (c) 1997-2005 Tom Christiansen, Nathan Torkington, and +Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and other authors as noted. All rights reserved. This documentation is free; you can redistribute it and/or modify it |