Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use ExtUtils::Installed;
    ...
            ? map $inst->files($_), @ARGV
            : $inst->modules();
    __END__
    
  2. or download this
    $ perl -MExtUtils::Installed -le'print $ExtUtils::Installed::VERSION, 
    +" ", $ExtUtils::Packlist::VERSION, $/'
    0.02 0.03
    
    ...
        /usr/lib/perl5/site_perl
        /usr/lib/perl5/site_perl
        .