From: Yitzchak Scott-Thoennes Date: Tue, 18 Jun 2002 15:40:08 +0000 (-0700) Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54f8c77382e6d92f19c4cf5463ad7c86c868a545;p=p5sagit%2Fp5-mst-13.2.git Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported Message-ID: p4raw-id: //depot/perl@17307 --- diff --git a/lib/overload.pm b/lib/overload.pm index 1cde642..715f10a 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -404,6 +404,9 @@ glob (which may require a stringification). The same overloading happens both for the I syntax C$varE> and I syntax C${var}E>. +B Even in list context, the iterator is currently called only +once and with scalar context. + =item * I '${}', '@{}', '%{}', '&{}', '*{}'.