I know it is possible to create classes/objects in Perl using the bless function and modules. Is there any CPAN module that would make this easier, preferably with automatic getter/setter generation?
I know it is possible to create classes/objects in Perl using the bless function
Share
Moose is a godsend. There are some notes in Moose – a guide to the new revolution by Ricardo Signes which are good, as well as the manual.