> I am receiving a strange error on exiting a > script: Attempt to free unreferenced scalar > during global destruction. It only occurs after > I make a DBI connection and run an SQL statement. > I am undefing the statement handle and > disconnecting the database handle.
use DBI; > Does anyone have a clue what this might be? Make sure the statement or database handles don't go out of scope. Otherwise email me the complete code and I *should* be able to find the problem fairly quickly. Jonathan Paton __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]