$sth = $dbh->prepare("SELECT name FROM people WHERE name LIKE ?"); $sth->execute( "$foo\%" ); [download]
In reply to Re: Re: DBI Question by dsb in thread DBI Question by dsb