Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::Installed;
    
    my $inst = ExtUtils::Installed->new();
    my @missing = $inst->validate("File::BaseName");
    print @missing;
    
  2. or download this
    File::BaseName is not installed...