Help for this page

Select Code to Download


  1. or download this
    --- Installed.pm.orig   2004-07-20 16:37:50.000000000 +0100
    +++ Installed.pm        2004-07-20 17:23:53.000000000 +0100
    ...
      
         return(bless($self, $class));
     }
    
  2. or download this
    use ExtUtils::Installed;
                                                                          
    +          
    ...
    my $ff = ExtUtils::Installed->new('/home/jonathan/foo/lib/perl5/site_p
    +erl/5.8.1');
                                                                          
    +          
    print $ff->files('Foo','all');