in reply to Tiny Perl puzzle

Can't test ATM :)

Cheers Rolf

(addicted to the Perl Programming Language)

update

tobyinc's analysis is correct! :)

one more reason to enforce use strict and 'warnings'...

Replies are listed 'Best First'.
Re^2: Tiny Perl puzzle
by Anonymous Monk on Jun 06, 2014 at 01:16 UTC
        I don't think so.

        did you recompile the output?

        I can't test ATM, but most likely it depends if a function is known at compile time. Contrary to AnoMonk I doubt space matters.

        Anyway IMHO the indirect object syntax should be deprecated....

        Cheers Rolf

        (addicted to the Perl Programming Language)