in reply to Perl DBI help

I can't find the function fetch, maybe you want something like this instead?

while ( @p = $sth->fetchrow_array ) { print "MySQL: @p\n"; }

Replies are listed 'Best First'.
Re^2: Perl DBI help
by erix (Prior) on Aug 21, 2012 at 13:42 UTC