in reply to Re^8: perl DBI statement
in thread perl DBI statement

You are fortunate that the Primary Key constraint stopped your error from corrupting the production database. I would suggest you ask your DBA to create a user with SELECT only privileges and use that for $from_feed_user instead of root.

poj