in reply to Re: How do create a variable in another package in Perl?
in thread How do create a variable in another package in Perl?
The one situation I know and accept is to set up @ISA for another package.
Me too, and like Modern Perl Book, you probably just want to use Module::Pluggable :)
|
|---|