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


in reply to Re: Passing parameters to object method references
in thread Passing parameters to object method references

Using Data::Dumper is just habit. Maybe I should re-evaluate some of my habits.

And since you already broke the encapsulation of your object, why don't you return the plain function instead of a method?

I need the methods to have all the inherited properties of the object they live in (multiple inheritance, including Class::Accessor in the base class). Can I get that from a plain function?

-=( Graq )=-