Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
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 chanting in the Monastery: (None)
    As of 2024-04-25 01:53 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found