Help for this page

Select Code to Download


  1. or download this
    %package::caller::ERRMSG = %package::config::ERRMSG;
    
  2. or download this
    package Config;
    use base 'Exporter';
    ...
    
    print $ERRMSG->{123};
    print $ERRMSG->{456};