in reply to Peculiar Behaviour with DBI and MySQL
Sorry, I screwed up the formatting.
This may be a little easier to read:
Hello Monks,
Long time fan, first time poster.
I have a Perl script that collects a webpage and picks out particular pieces of code in order to draw up an array of links. These links are then inserted into a MySQL database.
Next, a 'foreach' loop takes each URL from the array and analyses that page creating a hash where the hash key is the column name in a MySQL table and the hash value is the entry for that column.
Finally, another SQL statement, via DBI, updates the database with all of the hash values. I had this working fine before but now, after moving from my dev. server to a real one, find that the script stops updating the database after ten of these updates (11 updates in total including the initial one).
I appreciate that this could be a MySQL problem but the setup for the two servers appears to be identical so I suspect it may be the Perl.
Any help greatly appreciated.
Thanks Chris
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Peculiar Behaviour with DBI and MySQL
by pbeckingham (Parson) on Jul 22, 2004 at 14:02 UTC | |
by ChrisJ-UK (Novice) on Jul 22, 2004 at 15:18 UTC | |
by gellyfish (Monsignor) on Jul 22, 2004 at 15:24 UTC | |
by pbeckingham (Parson) on Jul 22, 2004 at 15:52 UTC | |
by superfrink (Curate) on Jul 23, 2004 at 01:49 UTC |