source: trunk/essentials/dev-lang/perl/t/run/switcha.t

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 127 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.