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