- or download this
perl -MModule::Metadata -le'$i=Module::Metadata->new_from_module($ARGV
+[0]);print $i->{filename}' Data::Dumper
- or download this
perl -MExtUtils::Installed -le'$i=ExtUtils::Installed->new;print grep
+/$ARGV[0]/, $i->files("Perl")' Dumper
- or download this
perl -MFile::Find -le'find(sub{print $File::Find::name if /$ARGV[0]/},
+$_) for @INC' Dumper