Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

dbi_query_iterator and my misunderstanding the $row

by jfroebe (Parson)
on Mar 01, 2007 at 03:55 UTC ( [id://602642]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          } elsif ($action eq 'nextval') {
            my $oldrow = $row;
            $row = $sth->fetchrow_arrayref;
            return $oldrow->[0];
          }
    
  2. or download this
      sub dbi_query_iterator {
        my ($sth, @params) = @_;
    ...
            return $oldrow->[0];
          }
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-20 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found