in reply to Re: Re: Declaring Code Reference With Parameters
in thread code ref

You should take a look at Damian Conway's book on OO programming in Perl - it's both a great introduction for newcomers to the language ( or OO ) and a valuable resource for advanced programmers. The book is dense with good design examples in OO Perl, some of them highly original. It might change your mind about Perl's OO features.

  • Comment on Re: Re: Re: Declaring Code Reference With Parameters