From: Perl 5 Porters Date: Sun, 17 Mar 1996 09:34:36 +0000 (+0000) Subject: Update usage synopsis; fix miscellaneous typos X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94d58c47cfbe97ca0a689bcd5b7f9132f7918fee;p=p5sagit%2Fp5-mst-13.2.git Update usage synopsis; fix miscellaneous typos --- diff --git a/pod/perl.pod b/pod/perl.pod index eb6ff63..150bb7d 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -4,16 +4,16 @@ perl - Practical Extraction and Report Language =head1 SYNOPSIS -B [ B<-acdhnpPsSTuUvw> ] -[ S[I]> ] -[ SI]> ] -[ SI> ] -[ S[I]> ] -[ SI> ] -[ SI> ] -[ SI> ] -[ I | S I> ] -[ I ... ] +B S<[ B<-sTuU> ]> + S<[ B<-hv> ] [ B<-V>[:I] ]> + S<[ B<-cw> ] [ B<-d>[:I] ] [ B<-D>[I] ]> + S<[ B<-pna> ] [ B<-F>I ] [ B<-l>[I] ] [ B<-0>[I] ]> + S<[ B<-I>I ] [ B<-m>[B<->]I ] [ B<-M>[B<->]I<'module...'> ]> + S<[ B<-P> ]> + S<[ B<-S> ]> + S<[ B<-x>[I] ]> + S<[ B<-i>[I] ]> + S<[ B<-e> I<'command'> ] [ B<--> ] [ I ] [ I ]...> For ease of access, the Perl manual has been split up into a number of sections: @@ -80,7 +80,9 @@ text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, -elegant, minimal). It combines (in the author's opinion, anyway) some +elegant, minimal). + +Perl combines (in the author's opinion, anyway) some of the best features of C, B, B, and B, so people familiar with those languages should have little difficulty with it. (Language historians will also note some vestiges of B, Pascal, @@ -250,7 +252,7 @@ honest: =head1 AUTHOR -Larry Wall EE, with the help of oodles of other folks. +Larry Wall EFE, with the help of oodles of other folks. =head1 FILES @@ -298,7 +300,7 @@ given identifier may not be longer than 255 characters, and no component of your PATH may be longer than 255 if you use B<-S>. A regular expression may not compile to more than 32767 bytes internally. -See the perl bugs database at F. You may +See the perl bugs database at F< http://perl.com/perl/bugs/ >. You may mail your bug reports (be sure to include full configuration information as output by the myconfig program in the perl source tree) to F.