cvs commit: perlfaq perlfaq.pod
[email protected] (brian d foy)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/01/31 09:37:17 Modified: . perlfaq.pod Log: * before the long list of questions i added a brief list of all of the perlfaq and their major topics. * the day of the week question changed its title for a previous patch to perlfaq4 * i have added the new <What does "bad interpreter" mean?> question to perlfaq7 since it did not seem to fit anywhere else. Revision Changes Path 1.18 +32 -4 perlfaq/perlfaq.pod Index: perlfaq.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq.pod,v retrieving revision 1.17 retrieving revision 1.18 diff -u -w -r1.17 -r1.18 --- perlfaq.pod 26 Jan 2003 17:45:46 -0000 1.17 +++ perlfaq.pod 31 Jan 2003 17:37:17 -0000 1.18 @@ -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 @@ =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<perlfaq1>: General Questions About Perl @@ -412,7 +436,7 @@ =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 * @@ -1049,6 +1073,10 @@ =item * How can I use a variable as a variable name? + +=item * + +What does "bad interpreter" mean? =back