http://www.perlmonks.org?node_id=511178


in reply to Re: Can I please have *simple* modules?
in thread Can I please have *simple* modules?

FYI: Class::Accessor also assumes I'm using blessed hashes. I just discovered that. So we have yet another module which doesn't do what I need (I wonder how many folks want accessor generation only to find out they must use a blessed hash with canned modules?)

Cheers,
Ovid

New address of my CGI Course.

  • Comment on Re^2: Can I please have *simple* modules?

Replies are listed 'Best First'.
Re^3: Can I please have *simple* modules?
by perrin (Chancellor) on Nov 23, 2005 at 17:23 UTC
    Class::Accessor does let you override get/set. You may well ask what the point of it would be if you have to override that part, but it can be done.