in reply to adding key/value pairs to a hash.
%hash=(a=>1, b=>2, c=>3); %hash=(%hash, d=>4, e=>5, f=>6); [download]
--
flounder