Help for this page

Select Code to Download


  1. or download this
    # Save this file as 'MyModule.pm'
    package MyModule;  # declare your module to be in a package, 
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
        warn "Error opening file- $error\n";
    }