Help for this page

Select Code to Download


  1. or download this
    BEGIN { unshift @INC, "." }
    
    use strict;
    
    print "I have: $strict::VERSION\n";
    
  2. or download this
    cp c:/strawberry/perl/lib/strict.pm .
    perl -i.old -pe 's/VERSION = .*/VERSION = "3.45";/' strict.pm
    
  3. or download this
    perl C:/strawberry/perl/bin/pp -o a.exe -x a.pl
    a.exe
    
  4. or download this
    perl C:/strawberry/perl/bin/pp -o a.exe  --lib=. a.pl
    a.exe