Help for this page

Select Code to Download


  1. or download this
    my $key_count;
    while ( my ( $keys ) = $sth->fetchrow_array ) {
        $key_count += $keys;
    }
    # Do something with the total $key_count