minor bug in dumping blessed subrefs
[p5sagit/p5-mst-13.2.git] / pod / perl.pod
index 8bc94fa..ae81c7d 100644 (file)
@@ -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,