in reply to Tk::Carp

An alternative would be Tk::Stderr, available from CPAN.

Replies are listed 'Best First'.
Re2: Tk::Carp
by bbfu (Curate) on Apr 06, 2004 at 13:57 UTC

    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

      Fortunately fatal errors does not cause a Tk app to die once you're in the MainLoop.