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?
Regards,
David
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 {...}
Regards,
David