Help for this page

Select Code to Download


  1. or download this
    find . -name \*\.pm -exec perl -i -ne 'if (/^package/) {print $_ . "use strict\n;"} else  {print}' {} \;
  2. or download this
    package Foo;
    use strict;