On Apr 15, 2007, at 7:48 AM, Marvin Humphrey wrote:
On Apr 15, 2007, at 2:41 AM, Eric Wilhelm wrote:What's that for? use Carp; BEGIN{ $SIG{__DIE__} = \&carp::confess } If we can do without it, we probably should.Looks like debugging code (giving you a stack trace rather than a 1 line error), and broken debugging code at that, what with the first small c in carp::confess.
Yeah, that's probably me. Oops! -Ken