X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl.pod;h=0b9e9fa68045b41cabdb4bea9834f905173583ea;hb=adf5897a9c5a95830162479dac5d96b5a05d0c3b;hp=a7e02f600e91366c96f1e3bb8bdc33727003e0fa;hpb=a3cb178b0bad32fa8be934503d051b96a3cb1fea;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl.pod b/pod/perl.pod index a7e02f6..0b9e9fa 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -18,50 +18,52 @@ B S<[ B<-sTuU> ]> For ease of access, the Perl manual has been split up into a number of sections: - perl Perl overview (this section) - perldelta Perl changes since previous version - perlfaq Perl frequently asked questions - perltoc Perl documentation table of contents - - perldata Perl data structures - perlsyn Perl syntax - perlop Perl operators and precedence - perlre Perl regular expressions - perlrun Perl execution and options - perlfunc Perl builtin functions - perlvar Perl predefined variables - perlsub Perl subroutines - perlmod Perl modules: how they work - perlmodlib Perl modules: how to write and use - perlform Perl formats - perllocale Perl locale support - - perlref Perl references - perldsc Perl data structures intro - perllol Perl data structures: lists of lists - perltoot Perl OO tutorial - perlobj Perl objects - perltie Perl objects hidden behind simple variables - perlbot Perl OO tricks and examples - perlipc Perl interprocess communication - - perldebug Perl debugging - perldiag Perl diagnostic messages - perlsec Perl security - perltrap Perl traps for the unwary - perlstyle Perl style guide - - perlpod Perl plain old documentation - perlbook Perl book information - - perlembed Perl ways to embed perl in your C or C++ application - perlapio Perl internal IO abstraction interface - perlxs Perl XS application programming interface - perlxstut Perl XS tutorial - perlguts Perl internal functions for those doing extensions - perlcall Perl calling conventions from C - - perlhist Perl history records + perl Perl overview (this section) + perldelta Perl changes since previous version + perlfaq Perl frequently asked questions + perltoc Perl documentation table of contents + + perldata Perl data structures + perlsyn Perl syntax + perlop Perl operators and precedence + perlre Perl regular expressions + perlrun Perl execution and options + perlfunc Perl builtin functions + perlvar Perl predefined variables + perlsub Perl subroutines + perlmod Perl modules: how they work + perlmodlib Perl modules: how to write and use + perlmodinstall Perl modules: how to install from CPAN + perlform Perl formats + perllocale Perl locale support + + perlref Perl references + perldsc Perl data structures intro + perllol Perl data structures: lists of lists + perltoot Perl OO tutorial + perlobj Perl objects + perltie Perl objects hidden behind simple variables + perlbot Perl OO tricks and examples + perlipc Perl interprocess communication + + perldebug Perl debugging + perldiag Perl diagnostic messages + perlsec Perl security + perltrap Perl traps for the unwary + perlport Perl portability guide + perlstyle Perl style guide + + perlpod Perl plain old documentation + perlbook Perl book information + + perlembed Perl ways to embed perl in your C or C++ application + perlapio Perl internal IO abstraction interface + perlxs Perl XS application programming interface + perlxstut Perl XS tutorial + perlguts Perl internal functions for those doing extensions + perlcall Perl calling conventions from C + + perlhist Perl history records (If you're intending to read these straight through for the first time, the suggested order will tend to reduce the number of forward references.) @@ -265,7 +267,9 @@ Perl developers, please write to >. The B<-w> switch produces some lovely diagnostics. -See L for explanations of all Perl's diagnostics. +See L for explanations of all Perl's diagnostics. The C pragma automatically turns Perl's normally terse warnings +and errors into these longer forms. Compilation errors will tell you the line number of the error, with an indication of the next token or token type that was to be examined.