X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq.pod;h=7acdf613d041bfa49bb01cc45d8e7e5509cd57c3;hb=80b46460027bf2bee58a37ec48620576b7519f26;hp=cc2c185bbf9eb9297434c72071eda4436a87eaa6;hpb=04d666b12563dfde61714b0a22a39c0eb94d4f16;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index cc2c185..7acdf61 100644 --- a/pod/perlfaq.pod +++ b/pod/perlfaq.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq - frequently asked questions about Perl ($Date: 2003/01/26 17:45:46 $) +perlfaq - frequently asked questions about Perl ($Date: 2003/01/31 17:37:17 $) =head1 DESCRIPTION @@ -70,9 +70,33 @@ in respect of this information or its use. =head1 Table of Contents -=head2 perlfaq: Structural overview of the FAQ. +=over 4 + +=item perlfaq - this document + +=item perlfaq1 - General Questions About Perl + +=item perlfaq2 - Obtaining and Learning about Perl + +=item perlfaq3 - Programming Tools + +=item perlfaq4 - Data Manipulation + +=item perlfaq5 - Files and Formats + +=item perlfaq6 - Regular Expressions + +=item perlfaq7 - General Perl Language Issues -This document. +=item perlfaq8 - System Interaction + +=item perlfaq9 - Networking + + +=back + + +=head1 The Questions =head2 L: General Questions About Perl @@ -412,7 +436,7 @@ How do I get a random number between X and Y? =item * -How do I find the week-of-the-year/day-of-the-year? +How do I find the day or week of the year? =item * @@ -1050,6 +1074,10 @@ How do I clear a package? How can I use a variable as a variable name? +=item * + +What does "bad interpreter" mean? + =back