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:

BUT:

> perl open ONE, ">", "/tmp/tst"; print ONE(TWO); # sub-call __END__ Undefined subroutine &main::ONE called at - line 3.

Cheers Rolf

(addicted to the Perl Programming Language)