Help for this page

Select Code to Download


  1. or download this
     my $R2 =  qq{ SELECT * FROM `test` WHERE `string`=?};
     my $sR2 = $dbh->prepare($R2);
     my $row2 = $sR2->execute();