package HELLO; require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); @EXPORT = qw(ret_true); bootstrap HELLO; 1;