freebsd-dev/contrib/perl5/t/op/subst_wamp.t
2000-06-25 11:04:01 +00:00

12 lines
192 B
Perl
Executable File

#!./perl
$dummy = defined $&; # Now we have it...
for $file ('op/subst.t', 't/op/subst.t') {
if (-r $file) {
do $file;
exit;
}
}
die "Cannot find op/subst.t or t/op/subst.t\n";