summaryrefslogtreecommitdiff
path: root/t/run/noswitch.t
blob: a902c1fff7dd4bd2c3b1a702ac3cd2cce6501d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!./perl

BEGIN {
    print "1..3\n";
    *ARGV = *DATA;
}
print "ok 1\n";
print <>;
print "ok 3\n";

__DATA__
ok 2 - read from aliased DATA filehandle