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

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

perl 5.8.8

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