Make sure to localize package variables (such as *copy).
our %copy; local *copy = \%hash;
or
use Data::Alias; alias my %alias = %hash;
In reply to Re^4: hash ref mind blow
by ikegami
in thread hash ref mind blow
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |