Help for this page

Select Code to Download


  1. or download this
    package Module;
    our $VERSION = '1.00';
    1;
    
  2. or download this
    package Module;
    our $VERSION = '1.01';
    1;
    
  3. or download this
    Module version 1.01 required--this is only version 1.00 at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.
    
  4. or download this
    package Module;
    our $VERSION = '1.02';
    1;
    
  5. or download this
    c/Module.pm
    
  6. or download this
    BEGIN { push @INC, ".." }
    use strict 1.04;
    
  7. or download this
    package strict;
    our $VERSION = '1.04';
    1;
    
  8. or download this
    strict version 1.04 required--this is only version 1.01 at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.