Help for this page

Select Code to Download


  1. or download this
     my $cmd = "select * from info where key = ?";
     my $sth = $dbh->prepare($cmd);
     $sth->execute($key_sel);