X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl.pod;h=ae81c7d3d637521b28f8d7985133727e9b792dab;hb=c8984b0bd19897e6e30588055ac0338326f20a34;hp=8bc94faaf404eb70f1233c99fec2a853099efbba;hpb=0f31cffe78d3a5cfa348eb1c3208e5daec5777d9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl.pod b/pod/perl.pod index 8bc94fa..ae81c7d 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -33,6 +33,7 @@ of sections: perlfunc Perl builtin functions perlvar Perl predefined variables perlsub Perl subroutines + perlopentut Perl opening things tutorial perlmod Perl modules: how they work perlmodlib Perl modules: how to write and use perlmodinstall Perl modules: how to install from CPAN @@ -298,7 +299,10 @@ and syswrite().) While none of the built-in data types have any arbitrary size limits (apart from memory size), there are still a few arbitrary limits: a -given variable name may not be longer than 251 characters. +given variable name may not be longer than 251 characters. Line numbers +displayed by diagnostics are internally stored as short integers, +so they are limited to a maximum of 65535 (higher numbers usually being +affected by wraparound). You may mail your bug reports (be sure to include full configuration information as output by the myconfig program in the perl source tree,