local $_; #### while (defined(my $d = )){ chomp $d; my ($str, $num) = split /\|/, $d; $hash_ref->{$str} = $num; }