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

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

perl 5.8.8

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