Help for this page
my $sql = <<SQL; SELECT count(*) FROM files ... $sth->execute($geo, $country); my($count) = $sth->fetchrow_array(); $sth->finish();