Help for this page

Select Code to Download


  1. or download this
    $count = $#list1
    
  2. or download this
    while (my @row = $sth5->fetchrow_array()) {
            push @list_of_teamdata, [ @row[0..2] ];
    }