in reply to how to use join my array ?

try this while( my($key, $value) = each(%abc)){ $Hash{$key}="-$value"; }