X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl.pod;h=2f3b109d883f7a1f5c1576e2fede22b909e02fca;hb=bc82975d259d743626ad1b4a960b4b1f13c7a816;hp=5ac626594ae163dc16e1cf6aab377b53a77c584f;hpb=c9e30dd8153632a4205f5780cc54d922f26feb15;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl.pod b/pod/perl.pod index 5ac6265..2f3b109 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -4,13 +4,18 @@ perl - Practical Extraction and Report Language =head1 SYNOPSIS -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 ]...> +B S<[ B<-sTtuUWX> ]> + S<[ B<-hv> ] [ B<-V>[:I] ]> + S<[ B<-cw> ] [ B<-d>[B][: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...'> ] [ B<-f> ]> + S<[ B<-A>[I][=I] ]> + S<[ B<-C [I] >]> + S<[ B<-P> ]> + S<[ B<-S> ]> + S<[ B<-x>[I] ]> + S<[ B<-i>[I] ]> + S<[ B<-e> I<'command'> ] [ B<--> ] [ I ] [ I ]...> If you're new to Perl, you should start with L, which is a general intro for beginners and provides some background to help you @@ -106,6 +111,8 @@ For ease of access, the Perl manual has been split up into several sections. perlfilter Perl source filters + perlglossary Perl Glossary + =head2 Internals and C Language Interface perlembed Perl ways to embed perl in your C or C++ application @@ -132,8 +139,13 @@ For ease of access, the Perl manual has been split up into several sections. perlhist Perl history records perldelta Perl changes since previous version + perl593delta Perl changes in version 5.9.3 + perl592delta Perl changes in version 5.9.2 perl591delta Perl changes in version 5.9.1 perl590delta Perl changes in version 5.9.0 + perl588delta Perl changes in version 5.8.8 + perl587delta Perl changes in version 5.8.7 + perl586delta Perl changes in version 5.8.6 perl585delta Perl changes in version 5.8.5 perl584delta Perl changes in version 5.8.4 perl583delta Perl changes in version 5.8.3 @@ -175,18 +187,21 @@ For ease of access, the Perl manual has been split up into several sections. perlhpux Perl notes for HP-UX perlhurd Perl notes for Hurd perlirix Perl notes for Irix + perllinux Perl notes for Linux perlmachten Perl notes for Power MachTen perlmacos Perl notes for Mac OS (Classic) perlmacosx Perl notes for Mac OS X perlmint Perl notes for MiNT perlmpeix Perl notes for MPE/iX perlnetware Perl notes for NetWare + perlopenbsd Perl notes for OpenBSD perlos2 Perl notes for OS/2 perlos390 Perl notes for OS/390 perlos400 Perl notes for OS/400 perlplan9 Perl notes for Plan 9 perlqnx Perl notes for QNX perlsolaris Perl notes for Solaris + perlsymbian Perl notes for Symbian perltru64 Perl notes for Tru64 perluts Perl notes for UTS perlvmesa Perl notes for VM/ESA @@ -373,9 +388,10 @@ Perl developers, please write to perl-thanks@perl.org . a2p awk to perl translator s2p sed to perl translator - http://www.perl.org/ the Perl Home Page - http://www.perl.com/ Perl articles (O'Reilly Media) + http://www.perl.org/ the Perl homepage + http://www.perl.com/ Perl articles (O'Reilly) http://www.cpan.org/ the Comprehensive Perl Archive + http://www.pm.org/ the Perl Mongers =head1 DIAGNOSTICS