Help for this page
while(<DATA>){ ($key,$value)=split; push(@$myhash{$key}},$value); }
if($myhash{$key)){ do something... }