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 test.pl line 169.
    
  2. or download this
    my $sql = "
          insert into BiscHet 
    ...
       my $sth = $dbh->prepare($sql) or die $dbh->errstr;
       $sth->execute($sql) or die $dbh->errstr;
       $sth->finish();