#!perl -wT for $file ('op/subst.t', 't/op/subst.t', ':op:subst.t') { if (-r $file) { do ($^O eq 'MacOS' ? $file : "./$file"); exit; } } die "Cannot find op/subst.t or t/op/subst.t\n";