Help for this page
Select Code to Download
Select
or
download this
find . -name \*\.pm -exec perl -i -ne 'if (/^package/) {print $_ . "use strict\n;"} else {print}' {} \;
Select
or
download this
package Foo; use strict;