Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl Mysql DBI, using placeholders with unknown variable count

by moritz (Cardinal)
on Aug 18, 2009 at 09:16 UTC ( [id://789395]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $query = "SELECT " 
               . join(", ", map { $dbh->quote_identifier($_) } @q_return) 
               . " FROM rma_list WHERE (" 
               . join(', ', ('?') x (keys %q_search)
               ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found