in reply to Re^2: Is there a module which Perl has to load when using any module?in thread Is there a module which Perl has to load when using any module?
END { print STDERR "Modules used:\n", map { " $_\n" } sort values %INC; } [download]