diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2000-11-25 15:32:26 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-27 14:57:23 +0000 |
commit | f9ac83b89cf3e02893d98f0e963cc97ab060f8f1 (patch) | |
tree | 82f39b66b2b4d42af40fae606762dba6563bc568 /pod/perlfaq.pod | |
parent | d8ce0c9a4592a2aeb75bb4cdd4af0c5382a2e6ab (diff) | |
download | perl-f9ac83b89cf3e02893d98f0e963cc97ab060f8f1.tar.gz |
Re: perlfaq style changes
Message-ID: <KyLI6gzkgiRK092yn@efn.org>
plus a note from Ronald Kimball.
p4raw-id: //depot/perl@7891
Diffstat (limited to 'pod/perlfaq.pod')
-rw-r--r-- | pod/perlfaq.pod | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index d350f6038a..f587a8d908 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? |