foreach ( $a, $b ) { $hash{$_} = $new; } #### foreach my $item_alias ( $a, $b ) { $hash{$item_alias} = $new; } #### $hash{$a} = $new; $hash{$b} = $new;