On Nov 1, 9:10 am, [EMAIL PROTECTED] (Jay Savage) wrote:
> That's back to the whole void business. In a void context, it should
> return the empty string on success, and undef on failure. In any other
> context, it should return the file contents on success. Clearly, I was
> confused about the context.

You are still confused about context.  It makes no sense to return
ANYTHING in void context.  Void context very specifically means that
the return value is not used, looked at, or stored in any way.

Paul Lalli


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


Reply via email to