Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: DBI search for forward slash

by haukex (Archbishop)
on Nov 08, 2020 at 08:34 UTC ( [id://11123495]=note: print w/replies, xml ) Need Help??

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();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11123495]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found