my %pal; while ( ) { chomp; my ($key, $val) = split /,/ , $_, 2; $pal{$key} = $val; if ( $val eq $my_item ) { # some code } }