package 006CONFC; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(post); sub post { print "MADE IT\n"; } 1;