Help for this page
if ( $score > 12 ) && ( $score < 100 ) { push @thescore, $_};
for(@thescore) { print "$thescore\n"; }