Help for this page

Select Code to Download


  1. or download this
    while (@row = $sth5->fetchrow_array) {
        push @list_of_teamdata, [ @row ];
    }
    
  2. or download this
    print $list_of_teamdata[0][1]; # prints $teamname
    print $list_of_teamdata[4][2]; # prints $score