|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: single instance shared with moduleby jynx (Priest) |
| on Sep 16, 2002 at 21:25 UTC ( #198375=note: print w/ replies, xml ) | Need Help?? |
|
This not only makes new instances when you want them, it also can pass on old instances to any class that requires it and uses the 'get_obj' method. Whether this is Good Coding(tm) or not, i can't say, but it's worked for me (and i might change what i have, depending on how monks respond to this :) jynx Update: Added the UNIVERSAL::isa call and commented out the ref($self) call due to podmaster's suggestion. Could someone please elaborate on why UNIVERSAL::isa is better? Update2: Whoops. Put the args for UNIVERSAL::isa in wrong order. Hmm, i tested it before i posted and it seemed to work fine the other way as well. Tested again and apparently i was smoking crack. Mental note: RTFM first next time! ;-)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||