It seems simpler just to omit %bighash from the right-hand side of the assignment: %bighash = ( 'C' => 'some new value', 'D' => 4 ); [download]
%bighash = ( 'C' => 'some new value', 'D' => 4 ); [download]
In reply to Re: Bulk hash population order by toolic in thread Bulk hash population order by JakeIII