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

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

perl 5.8.8

File size: 89 bytes
Line 
1#!./perl -n
2
3BEGIN {
4 print "1..2\n";
5 *ARGV = *DATA;
6}
7print;
8
9__DATA__
10ok 1
11ok 2
Note: See TracBrowser for help on using the repository browser.