I did what you expalined but still this is what I see on perl-status
Data Dump of foo::bar::package::ERRMSG SCALAR
$foo::bar::package::ERRMSG = {
'CUSTLINK_CREATESESSION_506' => 'We did not recognize your member name or password. Please re-enter your member name and password. (Error 506)',
'CUSTLINK_GETVALUE_506' => 'We did not recognize your member name or password. Please re-enter your member name and password. (Error 506)',
'CUSTLINK_LOOKUP_506' => 'We did not recognize your member name or password. Please re-enter your member name and password. (Error 506)'
};
whereas I wanna show this ($foo::bar::package::ERRMSG = ) saying (package::config::ERRMSG)
thanks in advnace