Help for this page

Select Code to Download


  1. or download this
    BEGIN {
            use 5.8.0;
    ...
                    $FH;
            };
    }
    
  2. or download this
    INIT {
            # Check and clean up.
            die "Missing modules.\n\tcpan -i ", join(' ',' @missing), "\n\
    +n" if (@missing);
            pop @INC;
    }