1*0Sstevel@tonic-gateSome stuff that's not Perl 2*0Sstevel@tonic-gate 3*0Sstevel@tonic-gateThis CPP directive should not be read. 4*0Sstevel@tonic-gate#define BARMAR 1 5*0Sstevel@tonic-gate 6*0Sstevel@tonic-gate#perl 7*0Sstevel@tonic-gate 8*0Sstevel@tonic-gateStill not perl. 9*0Sstevel@tonic-gate 10*0Sstevel@tonic-gate#! 11*0Sstevel@tonic-gate 12*0Sstevel@tonic-gatestill not perl 13*0Sstevel@tonic-gate 14*0Sstevel@tonic-gate#!/something/else 15*0Sstevel@tonic-gate 16*0Sstevel@tonic-gatestill not perl 17*0Sstevel@tonic-gate 18*0Sstevel@tonic-gate#!/some/path/that/leads/to/perl -l 19*0Sstevel@tonic-gate 20*0Sstevel@tonic-gateprint "1..1"; 21*0Sstevel@tonic-gateprint "ok 1"; 22