On Tuesday 17 January 2006 15:01, Andrew Rodland wrote:

> "print print print print 1;"  is certainly a valid Perl 5 program; it
> prints a 1 followed by 3 other things (which are defined to be true, and
> which happen to also be the number 1).

Nit: print doesn't *always* return a true value.  It's a system call.  It can 
fail.

At least, that's how Punie should eventually handle it, if it doesn't yet.

-- c

Reply via email to