our (@ISA,@EXPORT,@EXPORT_OK); BEGIN { @ISA = qw(Exporter); @EXPORT = qw(debugOn); @EXPORT_OK = qw(); }