Help for this page

Select Code to Download


  1. or download this
    my ($name,$pos,$gc,$score,$presentabsent) = parse($current_line);
    
  2. or download this
    my @posarray;
    my %clsdata;
    
    $posarray[$pos] = { 'gc' => $gc, 'score' => $score, 'present_absent' =
    +> $presentabsent };
    $clsdata{$name} = \@posarray;