Help for this page

Select Code to Download


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