http://www.perlmonks.org?node_id=640338


in reply to Forcing stack trace?

Can I tell perl to produce a stack trace, even when the program doesn't use carp, cluck, et al?
i'm not sure what do you mean by that.
use Carp qw(longmess); print longmess();
works for me.