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: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to