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