Help for this page

Select Code to Download


  1. or download this
    package main; # mixin
    
    use IO::File qw(whatever);
    ...
    use EtCetera;
    
    1;
    
  2. or download this
    package Everything;
    
    sub import {
    ...
         } or die $@;
    }
    1;