package General; use AutoLoader qw(AUTOLOAD); use Exporter; # functions your main script might want to import our @EXPORT_OK = qw( func1 func2 ... ); 1;