Help for this page

Select Code to Download


  1. or download this
      my $sql = <<SQL;
        SELECT count(*)
        FROM files
    ...
      $sth->execute($geo, $country);
      my($count) = $sth->fetchrow_array();
      $sth->finish();
    
  2. or download this
      $sth->finish();