develooper Front page | perl.perl6.language | Postings from November 2004

Re: Angle quotes and pointy brackets

From:
Larry Wall
Date:
November 30, 2004 14:47
Subject:
Re: Angle quotes and pointy brackets
Message ID:
20041130224656.GA1237@wall.org
On Tue, Nov 30, 2004 at 02:40:01PM -0800, David Wheeler wrote:
: On Nov 30, 2004, at 2:23 PM, Larry Wall wrote:
: 
: >Correct.  The p5-to-p6 translator will turn any
: >
: >    while (<handle>) {...}
: >
: >into
: >
: >    for @$handle {...}
: 
: I assume that each value would be still fetched from the file handle 
: lazily, yes?

Um, that was the question my "Correct" was answering.

Larry



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About