Help for this page
while (my $line = <FILE>) { next if $. == 1; ... my $totalreads = $nmreads + $mutants; print ("$nmreads $mutants $totalreads\n"); }