in reply to Re: use strict and -s
in thread use strict and -s

Or just give them their full names...:

#!/usr/local/bin/perl use strict; $::e && $main::f && print "wabbit";
for example.