From: Paul Marquess Date: Wed, 4 Feb 1998 14:54:13 +0000 (+0000) Subject: documentation patch for 5.004_57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ceeed4e579f2b3ba23998094f814c50a49a31e1c;p=p5sagit%2Fp5-mst-13.2.git documentation patch for 5.004_57 p4raw-id: //depot/perl@468 --- diff --git a/lib/Tie/Array.pm b/lib/Tie/Array.pm index 336e003..a0389fa 100644 --- a/lib/Tie/Array.pm +++ b/lib/Tie/Array.pm @@ -155,10 +155,10 @@ and C methods, and implementations of C, C, C, C, C and C in terms of basic C, C, C, C. -The B package provides efficient methods required for tied arrays +The B package provides efficient methods required for tied arrays which are implemented as blessed references to an "inner" perl array. It inherits from B, and should cause tied arrays to behave exactly -like standard hashes, allowing for selective overloading of methods. +like standard arrays, allowing for selective overloading of methods. For developers wishing to write their own tied arrays, the required methods are briefly defined below. See the L section for more detailed