luke devon <[EMAIL PROTECTED]> asked:
> I am using perl script to handle some function of squid 
> redirector program . Actually its working fine. But after 
> some time , that functions goes off. That's meant VALUE-A 
> doesnt comes in to the request. 

Is it possible that your script has lost the connection
to the database? From what I see of your code you don't
check the return value from $sth->execute.

You really should do that, and possibly use $dbh->ping()
at the head of the while loop to determine wether you
need to reconnect to your database.

HTH,
Thomas

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to