in reply to [CLOSED] Dereference hash into hashes by key
works for me.my ($hash1, $hash2) = map { {$_ => $hash->{$_}} } qw(key1 key2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Dereference hash into hashes by key
by mlodato (Acolyte) on May 22, 2018 at 16:44 UTC |