Output:my %A = (a => "A", b => "B"); my %B = (b => "A"); my %C = (%A, %B); print "$_ => $C{$_}\n" foreach keys %C;
In reply to Re: adding to hashes
by muba
in thread adding to hashes
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |