Help for this page
my $key_count; while ( my ( $keys ) = $sth->fetchrow_array ) { $key_count += $keys; } # Do something with the total $key_count