Where does this loop
while (my @row = $feed_table_ext_idcode->fetchrow_array()) { #print "@row\n"; $feed_table_ext_results->execute(@row); }
appear in relation to this loop ?
while (my @insert_ext = $feed_table_ext_results->fetchrow_array()){ #print "@insert_ext\n"; $ext_insert->execute(@insert_ext) ; }
I was expecting to see the second nested in the first
pojIn reply to Re^5: Perl DBI execute statement
by poj
in thread Perl DBI execute statement
by cbtshare
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |