I need to see how elements can be accessed by dereferencing the reference and adding a key/value pair to the anonymous hash.
How else can i analyse a anonymous hash?
Any help appreciated, many thanks.
add a key/value pair by dereferencing (with brackets):
${$hashref}{"three"} = 3;
if you post an example of what you are trying to do we could work on that to improve your understanding.
maybe mine as well...
=8)