Help for this page

Select Code to Download


  1. or download this
    #!/opt/perl524
    
    ...
    $test->all_files_ok('/www/cgi-bin');
    
    $test->done_testing();
    
  2. or download this
    sub _perl_file_compiles {
        my ($self, $file) = @_;
    ...
    
        return $compiles;
    }