NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
what about catching the warnings? (Score:2)
Re:what about catching the warnings? (Score:1)
Only works per-process.
Most webservers are multiple processes with a limited lifetime (they often get killed after a fixed number of requests).
Then there's the issue that most large sites have a server farm too...
Reply to This
Parent
Re: (Score:1)
Re: (Score:1)
Sorry, didn't mean to imply that it doesn't mitigate the problem, it does but it can only mitigate it.
Whether that turns the situation into a manageable one or not would depend on circumstance. :)