in reply to Re^2: Invoking a string reference to a anonymous subroutine
in thread Invoking a string reference to a anonymous subroutine

Hey AnomalousMonk

none of this methods will ever see @ISA. :)

see also Autoboxing ... "Yes We Can" ( or how I learned to love TIMTOWTDI ;)

42 is just a dummy object, I was too lazy to fake a class for this little demo.

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re^3: Invoking a string reference to a anonymous subroutine

Replies are listed 'Best First'.
Re^4: Invoking a string reference to a anonymous subroutine
by AnomalousMonk (Archbishop) on Jan 15, 2014 at 00:04 UTC

    I see: the trick is the RHS of the  -> must be a code reference. Hmmm... I dunno...