jeteve has asked for the wisdom of the Perl Monks concerning the following question:
Hello wise monks.
Am wondering if it would be possible to add temporary method to a class.
I know how to implement a method dynamically but I wonder how to remove it after it's been used.
So yes, my question is mainly: how to remove a method from a class
Thanks for you enlightments.-- Nice photos of naked perl sources here !
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: adding temporary method to a class
by ikegami (Patriarch) on Sep 20, 2006 at 16:36 UTC | |
by jeteve (Pilgrim) on Sep 20, 2006 at 16:41 UTC | |
by ikegami (Patriarch) on Sep 20, 2006 at 17:37 UTC | |
by jdporter (Chancellor) on Sep 20, 2006 at 17:53 UTC | |
by gellyfish (Monsignor) on Sep 20, 2006 at 21:39 UTC | |
Re: adding temporary method to a class
by chromatic (Archbishop) on Sep 20, 2006 at 18:23 UTC | |
Re: adding temporary method to a class
by duckyd (Hermit) on Sep 20, 2006 at 16:57 UTC |
Back to
Seekers of Perl Wisdom