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