in reply to
Re^4: hash refferences
in thread
hash refferences
Yes, you can do that. That way you avoid the copy, and whenever you need a fresh hash you can write
$tempRef = {}
.
Comment on
Re^5: hash refferences
Download
Code
In Section
Seekers of Perl Wisdom