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


in reply to $foo->bar = 14;

Personally I like the lvalue style, I've been experimenting with it myself lately. It's too bad that you can't hook the assignment (without tieing) though. For certain things, I think it makes a lot of sense, though I don't plan on abandoning $foo->bar('base') method anytime soon.

-Lee

"To be civilized is to deny one's nature."