Help for this page

Select Code to Download


  1. or download this
    use strict;
    no strict 'refs';
    ...
    
    $ref or exit(0);
    $ref->();
    
  2. or download this
    package 006CONFC;
    require Exporter;
    our @ISA    = qw(Exporter);
    ...
      print "MADE IT\n";
    }
    1;