From: Randal L. Schwartz Date: Mon, 16 Aug 1999 14:24:28 +0000 (-0700) Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f298f328422852e4cc6390a50d794862100f2b9;p=p5sagit%2Fp5-mst-13.2.git [ID 19990816.006] small patch to perlobj.pod from 5.005_03 To: perl5-porters@perl.org Message-Id: p4raw-id: //depot/cfgperl@4000 --- diff --git a/pod/perlobj.pod b/pod/perlobj.pod index 21073a7..fa82641 100644 --- a/pod/perlobj.pod +++ b/pod/perlobj.pod @@ -339,7 +339,7 @@ confusing precedence problems, as in these next two lines: Those actually parse as the very surprising: $obj->move->{FIELD}; # Well, lookee here - $ary->move->[$i]; # Didn't expect this one, eh? + $ary->move([$i]); # Didn't expect this one, eh? Rather than what you might have expected: