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

I can't test ATM

You gotta stop saying that :)

Contrary to AnoMonk I doubt space matters.

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

That is exactly as deparsed with -p, behaves exactly like the original

Replies are listed 'Best First'.
Re^6: Tiny Perl puzzle
by LanX (Saint) on Jun 08, 2014 at 13:33 UTC
    > 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)