Help for this page

Select Code to Download


  1. or download this
        my $is_compressed = $class->gtest($file);
        if ($is_compressed) {
    ...
            $system = "$CPAN::Config->{tar} xvf $file";
        }
        if (system($system) != 0) {
    
  2. or download this
    'e:' is not recognized as an internal or external command, operable pr
    +ogram or batch file.