John E. Leon Guerrero wrote:
> in my case, we had a number of scripts that would change
> STDOUT in some fashion (usually so they could set $|) but then die due to
> some error before resetting STDOUT back.

Interesting.  One safety measure to prevent this would be to install a 
cleanup handler that resets STDOUT.  This is a similar concept to the 
rollback that Apache::DBI issues in a cleanup handler.

- Perrin

Reply via email to