From: Eric Brine Date: Sun, 8 Nov 2009 04:53:38 +0000 (-0800) Subject: s/AvLEN/AvMAX/ in perlguts X-Git-Tag: accepted/trunk/20130322.191538~9848^2~174^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34e73a2ccaf6ff5eda3e71b9cb73a329635857c3;p=platform%2Fupstream%2Fperl.git s/AvLEN/AvMAX/ in perlguts --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index afc69ae..124712c 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -278,7 +278,7 @@ efficient shifting and splicing off the beginning of the array; while C points to the first element in the array that is visible from Perl, C points to the real start of the C array. These are usually the same, but a C operation can be carried out by -increasing C by one and decreasing C and C. +increasing C by one and decreasing C and C. Again, the location of the real start of the C array only comes into play when freeing the array. See C in F.