The read-only result is in $r after the following snippet executes:
my $r = $my_hash_ref; $r = $r->{$_} foreach @k;
The read-write result is in $$p after the following snippet executes:
my $p = \$my_hash_ref; $p = \($$p->{$_}) foreach @k;
In reply to Re: I have a hash in a hash in a .....
by ikegami
in thread I have a hash in a hash in a .....
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |