print "Content-Type: text/plain\n\n"; print "\@INC is:"; print join ":", @INC; #### use strict; #### Your script produced this error: Can't locate strict.pm in @INC (@INC contains: . /lib /site_perl) at nostrict.pl line 1. BEGIN failed--compilation aborted at nostrict.pl line 1.