in reply to How to create nested class in perl?

The modern way to do OOP with Perl is to use MooseX::Declare. The official Perl docs refer to the old way (and still used, of course) of doing OOP with Perl using bless on hashrefs and so forth.

  • Comment on Re: How to create nested class in perl?

Replies are listed 'Best First'.
Re^2: How to create nested class in perl?
by Anonymous Monk on Nov 14, 2009 at 02:22 UTC
    s!modern!experimental!