From: Brian Fraser <frase...@gmail.com>
> On Thu, Dec 15, 2011 at 10:09 AM, shawn wilson <ag4ve...@gmail.com> wrote:
> 
> > Strace stat(64) should do you.
> > On Dec 15, 2011 8:03 AM, "Ken Peng" <short...@gmail.com> wrote:
> >
> > > Hello,
> > >
> > > Which module could show the order of loading modules?
> > > For example,
> > >
> > > use Foo;
> > > use Bar;
> > >
> > > BEGIN {
> > >     require A;
> > > }
> > >
> > > I want to know in what order Perl loads these modules.
> 
> The order is Foo, Bar, A; 

Is it? What if Foo uses A?

Jenda
===== je...@krynicky.cz === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
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