diff options
author | Andy Dougherty <doughera.lafayette.edu> | 1995-12-21 00:01:16 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1995-12-21 00:01:16 +0000 |
commit | cb1a09d0194fed9b905df7b04a4bc031d354609d (patch) | |
tree | f0c890a5a8f5274873421ac573dfc719188e5eec /pod/perl.pod | |
parent | 3712091946b37b5feabcc1f630b32639406ad717 (diff) | |
download | perl-cb1a09d0194fed9b905df7b04a4bc031d354609d.tar.gz |
This is patch.2b1g to perl5.002beta1.
cd to your perl source directory, and type
patch -p1 -N < patch.2b1g
This patch is just my packaging of Tom's documentation patches
he released as patch.2b1g.
Patch and enjoy,
Andy Dougherty doughera@lafcol.lafayette.edu
Dept. of Physics
Lafayette College, Easton PA 18042
Diffstat (limited to 'pod/perl.pod')
-rw-r--r-- | pod/perl.pod | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pod/perl.pod b/pod/perl.pod index f0504c4271..5f3918c4c9 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -8,6 +8,7 @@ For ease of access, the Perl manual has been split up into a number of sections: perl Perl overview (this section) + perltoc Perl documentation table of contents perldata Perl data structures perlsyn Perl syntax perlop Perl operators and precedence @@ -21,6 +22,7 @@ of sections: perldsc Perl data structures intro perllol Perl data structures: lists of lists perlobj Perl objects + perltie Perl objects hidden behind simple variables perlbot Perl OO tricks and examples perldebug Perl debugging perldiag Perl diagnostic messages @@ -33,7 +35,6 @@ of sections: perlxstut Perl XS tutorial perlguts Perl internal functions for those doing extensions perlcall Perl calling conventions from C - perlovl Perl overloading semantics perlembed Perl how to embed perl in your C or C++ app perlpod Perl plain old documentation perlbook Perl book information @@ -286,7 +287,10 @@ 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 L<http://perl.com/perl/bugs/>. +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<perlbug@perl.com>. Perl actually stands for Pathologically Eclectic Rubbish Lister, but don't tell anyone I said that. |