Help for this page

Select Code to Download


  1. or download this
    package strict;
    $VERSION = 1001;
    1;
    
  2. or download this
    use strict 100;
    print "strict=$INC{'strict.pm'}\n";
    
  3. or download this
    C:\temp\test>c:\strawberry\perl\bin\perl.exe c:\strawberry\perl\bin\pp
    + -x -I lib test.pl
    strict=lib/strict.pm
    ...
    strict version 100 required--this is only version 1.04 at GbLRp4 line 
    +4.
    BEGIN failed--compilation aborted at GbLRp4 line 4.
    Couldn't open GbLRp4.out at c:/strawberry/perl/site/lib/Module/ScanDep
    +s.pm line 1266.