This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/my_stash.t should use test.pl instead of Test.pm
[perl5.git] / t / run / switcha.t
CommitLineData
d11311f7
RGS
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