![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Process Text File and Write to Databaseby toolic (Bishop) |
on Nov 20, 2009 at 18:37 UTC ( [id://808498]=note: print w/replies, xml ) | Need Help?? |
It looks like you never call $query_handle->execute();
because of the unconditional next; in your while loop:
That first connect is the only one that ever gets called in your loop. That doesn't seem right.
In Section
Seekers of Perl Wisdom
|
|