Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Argument problem when using a perl script

by graff (Chancellor)
on Apr 12, 2016 at 22:28 UTC ( [id://1160268]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $condition = $oracle_connector->opts->condition;
    my @bind_values = ();
    ...
    my $sth = $db->prepare("SELECT COUNT(*) from CONNECTOR.$table$where");
    
    $sth->execute( @bind_values );  # works as intended if @bind_values is
    + empty
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-19 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found