|
|
| Just another Perl shrine | |
| PerlMonks |
Re^3: Packages and symbol tablesby Jenda (Monsignor) |
| on Dec 01, 2007 at 18:56 UTC ( #654355=note: print w/ replies, xml ) | Need Help?? |
|
use base ... has two basic tasks. 1. make sure the module is loaded and 2. add the module into @INC. In your case you do not need the first so it's easiest to just do the second. Please see perldoc base.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||