open FILE, $my_file; while () { $_=~/(.*)\t(.*)/; $name=$1; $code=$2; $hash{$name} = $code; }