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


in reply to Re: Tk::Carp
in thread Tk::Carp

Interesting. I wasn't aware of that module, and it does appear to be a viable alternative for at least some of the functionality. However, from my quick glance, it doesn't appear to handle fatal errors, which was the main reason I wrote Tk::Carp.

bbfu
Black flowers blossom
Fearless on my breath

Replies are listed 'Best First'.
Re: Re2: Tk::Carp
by eserte (Deacon) on Apr 06, 2004 at 16:54 UTC
    Fortunately fatal errors does not cause a Tk app to die once you're in the MainLoop.