in reply to
Re^2: Getting values in Hash Reference?
in thread
Getting values in Hash Reference?
It doesn't work without a qualifier. If you'll use the hash you need the %. If you'll use a value (follow the dereferenced hash by {Key}), you'll need the $.
Comment on
Re^3: Getting values in Hash Reference?
Replies are listed 'Best First'.
Re^4: Getting values in Hash Reference?
by
Anonymous Monk
on Sep 07, 2017 at 09:46 UTC
This one works perfectly for me $$hash{Key}; this return the value of the Key
[reply]
In Section
Seekers of Perl Wisdom