http://qs321.pair.com?node_id=87825


in reply to Re: Re: Re: Modules: Building blocks for the Daft Adventure
in thread Modules: Building blocks for the Daft Adventure

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
  • Comment on Re: Re: Re: Re: Modules: Building blocks for the Daft Adventure