in reply to Re: Use reference for functions in functions
in thread Use reference for functions in functions

Thanks,

It's been years since I've did something with objects in Perl. (first and last time was in 2009) I forgot objects are already references. I'll test this at work and post the findings.

Edit: Just tested the removal of \ in the prototyping and it works flawlessly. Thanks for the reminder that objects are already references..

  • Comment on Re^2: Use reference for functions in functions

Replies are listed 'Best First'.
Re^3: Use reference for functions in functions
by 7stud (Deacon) on Feb 27, 2013 at 06:48 UTC
    Do you know about Moose? Moose is the new OO paradigm in perl. See here and chromatic's Modern Perl book here.