Thread Manipulierung von __DIE__ und __WARN__ (17 answers)
Opened by bloonix at 2007-06-05 13:45

bloonix
 2007-06-05 13:45
#77247 #77247
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Ich möchte gerne eure Bedenken wissen, was alles gegen

Code: (dl )
1
2
$SIG{__DIE__}  = sub { $log->error(@_) && exit(9) };
$SIG{__WARN__} = sub { $log->warn(@_) };


spricht.
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread Manipulierung von __DIE__ und __WARN__