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

I don't think so.

did you recompile the output?

Cheers Rolf

(addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^5: Tiny Perl puzzle
by Anonymous Monk on Jun 08, 2014 at 09:17 UTC

    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
      > 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)