On Sat, 11 Aug 2012 02:49:56 -0400
shawn wilson <ag4ve...@gmail.com> wrote:

> On Aug 10, 2012 11:41 PM, <pa...@riseup.net> wrote:
> >
> > > I mean to ask, wether they will clash with the same loaded modules
> loaded
> > > in calling script?
> > >
> >
> > No. they are loaded only once.
> >
> 
> Well, they will both be in ISA to look up separately but there is no
> conflict.

No, @ISA is used only by Exporter.pm

It's %INC that records what modules have been loaded.

See `perldoc perlvar` and search for /%INC/


-- 
Just my 0.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

        _Perl links_
official site   : http://www.perl.org/
beginners' help : http://learn.perl.org/faq/beginners.html
advance help    : http://perlmonks.org/
documentation   : http://perldoc.perl.org/
news            : http://perlsphere.net/
repository      : http://www.cpan.org/
blog            : http://blogs.perl.org/
regional groups : http://www.pm.org/

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to