in reply to RE: My favorite looping mechanism in Perl is:
in thread My favorite looping mechanism in Perl is:
is because the whole FH gets thrown into memory before the iterations (or so I've been told). But, yeah, practically it wouldn't be that good...foreach (<FILE>) { }
|
---|