Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

DBI execute() args in array format (or similar) possible?

by snafu (Chaplain)
on Aug 12, 2002 at 19:23 UTC ( [id://189594]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Preparing statement: select
         clli, traffic_date, count(distinct(traffic_hour))
    ...
         clli, traffic_date, traffic_hour
    
    running with args  : 01-Jul-2002 switch1 switch2 10
    
  2. or download this
    traffic_est_report.pl -c switch1,switch2 -d 01-Jul-2002 -H 10
    
  3. or download this
    execute called with 1 bind variables when 4 are needed at traffic_est_
    +report.pl line 467.
    
  4. or download this
    sub get_data {
        my ($statement)     = shift;
    ...
        print "@results\n";
        return(1);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-26 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found