Re: perlfaq style changes
Yitzchak Scott-Thoennes [Sat, 25 Nov 2000 23:32:26 +0000 (15:32 -0800)]
Message-ID: <KyLI6gzkgiRK092yn@efn.org>

plus a note from Ronald Kimball.

p4raw-id: //depot/perl@7891

pod/perlfaq.pod
pod/perlfaq1.pod
pod/perlfaq6.pod

index d350f60..f587a8d 100644 (file)
@@ -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?
index a81d704..1f9cb4c 100644 (file)
@@ -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
index a032d49..5100c35 100644 (file)
@@ -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: