Help for this page

Select Code to Download


  1. or download this
    use Exporter;
    use vars qw( @ISA @EXPORT );
    
    @ISA         = qw( Exporter );
    @EXPORT      = ( &get_msg );
    
  2. or download this
    use Exporter::Easiest q( EXPORT => &get_msg )