The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Some stuff that's not Perl

This CPP directive should not be read.
#define BARMAR 1

#perl

Still not perl.

#!

still not perl

#!/something/else

still not perl

#!/some/path/that/leads/to/perl -l

print "1..7";
if (-f 'run/switchx.aux') {
    print "ok 1 - Test file exists";
}
print "ok 2 - Test file utilized";
# other tests are in switchx2.aux

__END__

# This is ignored
print "not ok 2";