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


in reply to lightweight stack info

Check Perldoc Carp for info on shutting it off for parts of code (or only turning it on in your code).

Maybe using caller() just when you do catch an exception could work too.