Help for this page

Select Code to Download


  1. or download this
    if ( $score > 12 ) && ( $score < 100 )
    {
    push @thescore, $_};
    
  2. or download this
    for(@thescore)
    {
    print "$thescore\n";
    }