use Exporter; use vars qw( @ISA @EXPORT ); @ISA = qw( Exporter ); @EXPORT = ( &get_msg ); #### use Exporter::Easiest q( EXPORT => &get_msg )