This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regmatch(): do nextchr=*locinput at top of loop
[perl5.git] / t / re / substT.t
CommitLineData
a4499558
YO
1#!perl -wT
2
3for $file ('re/subst.t', 't/re/subst.t', ':re:subst.t') {
4 if (-r $file) {
5 do "./$file";
6 exit;
7 }
8}
9die "Cannot find re/subst.t or t/re/subst.t\n";