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
    #!/opt/perl524
    
    ...
    $test->all_files_ok( '/www/cgi-bin' );
    
    $test->done_testing();
    
  3. or download this
    sub all_pl_files {
        my ($self, @dirs) = @_;
    ...
        }
        return @pl;
    }