runperl may modify arguments passed to it.
[p5sagit/p5-mst-13.2.git] / t / run / switcha.t
CommitLineData
d11311f7 1#!./perl -na
2
3BEGIN {
4 print "1..2\n";
5 *ARGV = *DATA;
6 $i = 0;
7}
8print "$F[1] ",++$i,"\n";
9
10__DATA__
11not ok
12not ok 3