in reply to Objects Using Up the Stack
Or perhaps just use one of the hook modules around the constructor methods (and maybe the destructor methods too).shell> perl -de 'require "yourscript.pl"' Loading DB routines from perl5db.pl version 1.22 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1): require "yourscript.pl" DB<1> t Trace = on DB<1> b Your::Class::new DB<2> c ...
_________
broquaint
|
|---|