perl -MData::Dumper -e "print Dumper(\%INC);" #### $VAR1 = { 'warnings/register.pm' => 'C:/data/Perl/lib/warnings/register.pm', 'bytes.pm' => 'C:/data/Perl/lib/bytes.pm', 'XSLoader.pm' => 'C:/data/Perl/lib/XSLoader.pm', 'Carp.pm' => 'C:/data/Perl/lib/Carp.pm', 'Exporter.pm' => 'C:/data/Perl/lib/Exporter.pm', 'warnings.pm' => 'C:/data/Perl/lib/warnings.pm', 'C:/data/Perl/site/lib/sitecustomize.pl' => 'C:/data/Perl/site/lib/sitecustomize.pl', 'overload.pm' => 'C:/data/Perl/lib/overload.pm', 'Data/Dumper.pm' => 'C:/data/Perl/lib/Data/Dumper.pm' };