%t_hash = map{ split(/:/, $_, 2) } ; #### %t_hash += map{ split(/:/, $_, 2) } $rec; #### ($key, $val) = split(/:/, $rec, 2); $t_hash{$key} = $val;