Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
[p5sagit/p5-mst-13.2.git] / pod / perlfaq2.pod
index 0fd1d26..45ad2b4 100644 (file)
@@ -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: 3606 $)
 
 =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
@@ -394,7 +404,7 @@ Recommended books on (or mostly on) Perl follow.
 
 =back
 
-=head2 Perl in Magazines
+=head2 Which magazines have Perl content?
 
 The first (and for a long time, only) periodical devoted to All Things Perl,
 I<The Perl Journal> contains tutorials, demonstrations, case studies,
@@ -417,16 +427,6 @@ http://www.stonehenge.com/merlyn/WebTechniques/ ,
 http://www.stonehenge.com/merlyn/UnixReview/ , and
 http://www.stonehenge.com/merlyn/LinuxMag/ .
 
-=head2 Perl on the Net: FTP and WWW Access
-
-To get the best performance, pick a site from the list at
-http://www.cpan.org/SITES.html . From there you can find the quickest
-site for you.
-
-You may also use xx.cpan.org where "xx" is the 2-letter country code
-for your domain; e.g. Australia would use au.cpan.org. [Note: This
-only applies to countries that host at least one mirror.]
-
 =head2 What mailing lists are there for Perl?
 
 Most of the major modules (Tk, CGI, libwww-perl) have their own
@@ -437,7 +437,7 @@ A comprehensive list of Perl related mailing lists can be found at:
 
        http://lists.perl.org/
 
-=head2 Archives of comp.lang.perl.misc
+=head2 Where are the archives for comp.lang.perl.misc?
 
 The Google search engine now carries archived and searchable newsgroup
 content.
@@ -514,9 +514,17 @@ http://www.cpan.org/ is the Comprehensive Perl Archive Network,
 a replicated worldwide repository of Perl software, see
 the I<What is CPAN?> question earlier in this document.
 
+=head1 REVISION
+
+Revision: $Revision: 3606 $
+
+Date: $Date: 2006-03-06 12:05:47 +0100 (lun, 06 mar 2006) $
+
+See L<perlfaq> for source control details and availability.
+
 =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