my %an_hash; while () { chomp; chomp(my $tmpvalue=); $an_hash{$_}=$tmpvalue; }