# update hash1 with the stuff in hash2 foreach my $key (keys %hash2) { $hash1{$key} = $hash2{$key}; }
In reply to Re: update a hash with a hash
by beable
in thread update a hash with a hash
by stupidius
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |