Help for this page

Select Code to Download


  1. or download this
    # get the top 3 candidates from the db
    while (my $wref = $sth->fetchall_arrayref([0], 3)){
    ...
            }
        }
    }