Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh-> prepare ("select * from sometable where id=?");
    $sth->execute("12345");
    
  2. or download this
    $command = $dbh->quote($command);