Help for this page
%genotype=($1=>$2,);
use Data::Dumper; print Dumper(\%genotype);
$genotype{$1} = $2;