Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: DBI limitation???

by derby (Abbot)
on Apr 06, 2016 at 16:58 UTC ( [id://1159741]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my $sth = $dbh->prepare( $ctas_sql );
         $sth->execute();
    ...
      while( my $row = $sth->fetchrow_arrayref ) {
         # do whatever with $row
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-03-29 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found