Help for this page

Select Code to Download


  1. or download this
    …
    my $string = ${middle}."%".', '.${last}.', '.${first};
    ...
    my $sth = $dbh->prepare($sql) or die "Prepare Error: $DBI::errstr";
           $sth->execute($string) or die "SQL Error: $DBI::errstr\n";
    …
    
  2. or download this
    called with 1 bind variables when 3 are needed