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