On 7/15/07, Jeff Pang <[EMAIL PROTECTED]> wrote:
> generally speaking,file handles should not be put in
list context.

Sorry that didn't hear this.Why should not?

Because you slurp the entire contents of the file into memory.  That
may work fine now, but what happens when the file is larger?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to