Help for this page

Select Code to Download


  1. or download this
    my $found = 0;
    while(my @row = $sth->fetchrow_array) {
    ...
    if(!$found) {
        ... no rows found ...
    }