Help for this page
my $sth = $dbh-> prepare ("select * from sometable where id=?"); $sth->execute("12345");
$command = $dbh->quote($command);