X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl.pod;h=1b886d01e09c9b485f2424b16d4239875a7f15a5;hb=b0fffe302ebecea108e16fbf94d910405cdc8714;hp=8bc94faaf404eb70f1233c99fec2a853099efbba;hpb=0f31cffe78d3a5cfa348eb1c3208e5daec5777d9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl.pod b/pod/perl.pod index 8bc94fa..1b886d0 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -298,7 +298,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,