Help for this page

Select Code to Download


  1. or download this
    DBD::mysql::st execute failed: called with 1 bind variables when 0 are
    + needed at /cgi-bin/insert.pl line 44.
    
  2. or download this
    my $street        = "http://www.streetmap.co.uk/streetmap.dll?postcode
    +2map?$zip&$zip";
    
    ...
        $sth->execute($street) or die $dbh->errstr;
    }
    $dbh->disconnect;