Hi Ken,

On Thu, 15 Dec 2011 21:01:28 +0800
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.
> 

See:

http://search.cpan.org/dist/Devel-TraceUse/

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
First stop for Perl beginners - http://perl-begin.org/

We have nothing to fear but fear itself. Fear has nothing to fear but XSLT.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

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