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