X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl.pod;h=114c18ef29027603e54abda0a8bf19d6eae59726;hb=2d997502fd695609fa2064523de2ba2d8d094b6c;hp=b122797dda392525d0255fa5118452435102bde0;hpb=2f08ed66616f3d2dff916adddde669909b743769;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl.pod b/pod/perl.pod index b122797..114c18e 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -95,6 +95,7 @@ For ease of access, the Perl manual has been split up into several sections. perllocale Perl locale support perluniintro Perl Unicode introduction perlunicode Perl Unicode support + perlunitut Perl Unicode tutorial perlebcdic Considerations for running Perl on EBCDIC platforms perlsec Perl security @@ -104,6 +105,7 @@ For ease of access, the Perl manual has been split up into several sections. perlmodstyle Perl modules: how to write modules with style perlmodinstall Perl modules: how to install from CPAN perlnewmod Perl modules: preparing a new module for distribution + perlpragma Perl modules: writing a user pragma perlutil utilities packaged with the Perl distribution @@ -122,6 +124,7 @@ For ease of access, the Perl manual has been split up into several sections. perlclib Internal replacements for standard C library functions perlguts Perl internal functions for those doing extensions perlcall Perl calling conventions from C + perlreguts Perl regular expression engine internals perlapi Perl API listing (autogenerated) perlintern Perl internal functions (autogenerated)