X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltie.pod;h=38128b925e6ba4a7976e61717c0fbea268a21fe8;hb=0ff9d115859e6f3bc6fa69441ad192fc2de15d68;hp=1f77f55660dce0c32e748b35c350dbb0c80d7cbb;hpb=f9abed49f951c841c50978ddb2167961d3dab523;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltie.pod b/pod/perltie.pod index 1f77f55..38128b9 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -463,17 +463,6 @@ just leave it out. =back -The code we presented at the top of the tied array class accesses many -elements of the array, far more than we've set the bounds to. Therefore, -it will blow up once they try to access beyond the 2nd element of @ary, as -the following output demonstrates: - - setting index 0: value of elt 0 now 0 - setting index 1: value of elt 1 now 10 - setting index 2: value of elt 2 now 20 - setting index 3: Array OOB: 3 > 2 at Bounded_Array.pm line 39 - Bounded_Array::FETCH called at testba line 12 - =head2 Tying Hashes Hashes were the first Perl data type to be tied (see dbmopen()). A class @@ -1092,4 +1081,4 @@ TIEHANDLE by Sven Verdoolaege > and Doug MacEachern > -Tying Arrays by Casey Tweten > +Tying Arrays by Casey West >