I want to take all the stuff from hash %B and copy them into hash %A. I expect any duplicates to be true duplicates by key name, so the behavior (overwrite or ignore) does not matter.foreach my $key (keys %SVGcal::styles) { $styles{$key} = $SVGcal::styles{$key} }
—John
In reply to Combining a hash into another by John M. Dlugosz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |