Help for this page

Select Code to Download


  1. or download this
    %genotype=($1=>$2,);
    
  2. or download this
    use Data::Dumper;
    print Dumper(\%genotype);
    
  3. or download this
    $genotype{$1} = $2;