package TEST; require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); @EXPORT = qw(C_function); bootstrap TEST; 1;