Jason Stajich wrote: > $score = $1 if ($_ =~ /Score:(\d+)/); I see that there are lots of lines in the output that match the above regex, but there is also a single /Alignment Score (\d+)/ line printed at the end. Isn't that the score that should get stored in $aln->score()?