in reply to
Extracting values from hash
See
perldata
and
perlreftut
, you can access the value of a hash reference like this:
$HR_config->{xyz}
.
Comment on
Re: Extracting values from hash
Download
Code
In Section
Seekers of Perl Wisdom