![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Re: Re: Re: Modules: Building blocks for the Daft Adventureby ryddler (Monk) |
on Jun 12, 2001 at 19:14 UTC ( #87825=note: print w/replies, xml ) | Need Help?? |
Your module doesn't have an import function so Perl searches the modules in @INC and calls the first instance of import that it finds. I'm wondering if you meant to say: Your module doesn't have an import function so Perl searches the modules in @ISA and calls the first instance of import that it finds. ryddler
In Section
Seekers of Perl Wisdom
|
|