in reply to Re^5: Tiny Perl puzzle
in thread Tiny Perl puzzle

> Sure it does, it matters how Deparse places the space, because it matters to perl

it depends! ;-)

update

ALSO:

> perl open ONE, ">", "/tmp/tst"; print (ONE (TWO)); # filehandle __END__ > cat /tmp/tst TWO >

BUT:

Cheers Rolf

(addicted to the Perl Programming Language)