Help for this page

Select Code to Download


  1. or download this
    
       my $sth = $dbh->prepare('insert into foo values (?,?)');
    ...
       my $dodgy_two = q%more dodgy ' $ "£SS%;
    
       $sth->execute($dodgy_one, $dodgy_two);