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

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

perl 5.8.8

File size: 228 bytes
Line 
1Some stuff that's not Perl
2
3This CPP directive should not be read.
4#define BARMAR 1
5
6#perl
7
8Still not perl.
9
10#!
11
12still not perl
13
14#!/something/else
15
16still not perl
17
18#!/some/path/that/leads/to/perl -l
19
20print "1..1";
21print "ok 1";
Note: See TracBrowser for help on using the repository browser.