C:\test>type program.pl #! perl -slw use strict; print 'The string'; C:\test>perl -wE"say `perl program.pl`" The string