From: Brian Fraser <[email protected]>
> On Thu, Dec 15, 2011 at 10:09 AM, shawn wilson <[email protected]> wrote:
> 
> > Strace stat(64) should do you.
> > On Dec 15, 2011 8:03 AM, "Ken Peng" <[email protected]> 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
===== [email protected] === 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: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to