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