deparser saysmy %all_keys; %all_keys->@{keys %A, keys %Z} = ();
So it doesn't seem to be requiring a hash reference in that context.my %all_keys; @all_keys{keys %A, keys %Z} = ();
In reply to Re^5: Problem combining hashes
by Danny
in thread Problem combining hashes
by jh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |