in reply to
How do YOU do OO in Perl?
Lately I've been using Class::DBI, which uses Class::Accessor to make the accessor methods. This has been working well. When I make non-Class::DBI objects I just use simple blessed hashes.
Comment on
Re: How do YOU do OO in Perl?
In Section
Meditations