Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      print "I skipped loading the optional library.\n";
      print "Try passing the 'load' option to load it.\n";
    }
    
  2. or download this
    package Foo;
    use strict;
    ...
    }
    
    1;