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


in reply to Forcing stack trace?

For your own modules, it easy to write your own stack trace dumping utility using caller. Also see Exception::Class. I don't know what you can do to get dumps from other people's modules, except to hack their source or use the debugger. Cheers.