Help for this page

Select Code to Download


  1. or download this
    %union = (%first, %second);
    
  2. or download this
    while (($k,$v) = each %first) { $union{$k} = $v; }
    while (($k,$v) = each %second) { $union{$k} = $v; }