#! c:/perl/bin/perl.exe -slw use strict; print "\nHello World \n"; what I got back when I ran the script was: C:\Perl>test.pl Can't locate strict.pm in @INC (@INC contains: .) at C:\Perl\test.pl line 2. BEGIN failed--compilation aborted at C:\Perl\test.pl line 2.