http://www.perlmonks.org?node_id=442105


in reply to Concerning hash operations (appending, concatenating)

my %hash = ( a => 'b' ); # do stuff %hash = (%hash, e => 'f', g => 'h', i => 'j' );