From f9ac83b89cf3e02893d98f0e963cc97ab060f8f1 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Sat, 25 Nov 2000 15:32:26 -0800 Subject: [PATCH] Re: perlfaq style changes Message-ID: plus a note from Ronald Kimball. p4raw-id: //depot/perl@7891 --- pod/perlfaq.pod | 16 +++++++--------- pod/perlfaq1.pod | 2 +- pod/perlfaq6.pod | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index d350f60..f587a8d 100644 --- a/pod/perlfaq.pod +++ b/pod/perlfaq.pod @@ -46,7 +46,7 @@ Very general, high-level information about Perl. =item * Where can I get a list of Larry Wall witticisms? -=item * How can I convince my sysadmin/supervisor/employees to use (version 5/5.005/Perl) instead of some other language? +=item * How can I convince my sysadmin/supervisor/employees to use version 5/5.005/Perl instead of some other language? =back @@ -74,7 +74,7 @@ and related matters. =item * Where can I get information on Perl? -=item * What are the Perl newsgroups on USENET? Where do I post questions? +=item * What are the Perl newsgroups on Usenet? Where do I post questions? =item * Where should I post source code? @@ -84,7 +84,7 @@ and related matters. =item * Perl on the Net: FTP and WWW Access -=item * What mailing lists are there for perl? +=item * What mailing lists are there for Perl? =item * Archives of comp.lang.perl.misc @@ -92,7 +92,7 @@ and related matters. =item * Where do I send bug reports? -=item * What is perl.com? +=item * What is perl.com? Perl Mongers? pm.org? perl.org? =back @@ -151,9 +151,9 @@ Programmer tools and programming support. =item * How can I get C<#!perl> to work on [MS-DOS,NT,...]? -=item * Can I write useful perl programs on the command line? +=item * Can I write useful Perl programs on the command line? -=item * Why don't perl one-liners work on my DOS/Mac/VMS system? +=item * Why don't Perl one-liners work on my DOS/Mac/VMS system? =item * Where can I learn about CGI or Web programming in Perl? @@ -209,7 +209,7 @@ miscellaneous data issues. =item * How do I find yesterday's date? -=item * Does Perl have a year 2000 problem? Is Perl Y2K compliant? +=item * Does Perl have a Year 2000 problem? Is Perl Y2K compliant? =item * How do I validate input? @@ -610,8 +610,6 @@ Interprocess communication (IPC), control over the user-interface =item * How do I fork a daemon process? -=item * How do I make my program run with sh and csh? - =item * How do I find out if I'm running interactively or not? =item * How do I timeout a slow event? diff --git a/pod/perlfaq1.pod b/pod/perlfaq1.pod index a81d704..1f9cb4c 100644 --- a/pod/perlfaq1.pod +++ b/pod/perlfaq1.pod @@ -263,7 +263,7 @@ Newer examples can be found by perusing Larry's postings: http://x1.dejanews.com/dnquery.xp?QRY=*&DBS=2&ST=PS&defaultOp=AND&LNG=ALL&format=terse&showsort=date&maxhits=100&subjects=&groups=&authors=larry@*wall.org&fromdate=&todate= -=head2 How can I convince my sysadmin/supervisor/employees to use (version 5/5.005/Perl) instead of some other language? +=head2 How can I convince my sysadmin/supervisor/employees to use version 5/5.005/Perl instead of some other language? If your manager or employees are wary of unsupported software, or software which doesn't officially ship with your operating system, you diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod index a032d49..5100c35 100644 --- a/pod/perlfaq6.pod +++ b/pod/perlfaq6.pod @@ -404,7 +404,7 @@ expression engine to find a match as quickly as possible and pass control on to whatever is next in line, like you would if you were playing hot potato. -=head2 How do I process each word on each line? +=head2 How do I process each word on each line? Use the split function: -- 2.7.4