in reply to How do you wanna die() ?
On of the biggest advantages of putting a common header on die() and warn() messages is for grepping logs and such, especially if they run from cron, or invoked as external programs from CGI.
To that end, I use die "Eeeek! $!";
--Chris
|
---|