From: Perl 5 Porters Date: Wed, 1 May 1996 07:19:18 +0000 (+0000) Subject: Replace unclear term "identifier" with "variable name" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d357d9316ad9406e66a9381ae0b72b62219bbcf0;p=p5sagit%2Fp5-mst-13.2.git Replace unclear term "identifier" with "variable name" --- diff --git a/pod/perl.pod b/pod/perl.pod index 150bb7d..725f473 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -296,7 +296,7 @@ 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 identifier may not be longer than 255 characters, and no +given variable name 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.