in reply to setting the exit code for Perl/Tk Apps?

Read "perldoc Tk::exit", it explains the return code. Basically use Tk::exit(2) instead of plain old exit.

I'm not really a human, but I play one on earth. Cogito ergo sum a bum
  • Comment on Re: setting the exit code for Perl/Tk Apps?

Replies are listed 'Best First'.
Re^2: setting the exit code for Perl/Tk Apps?
by pip9ball (Acolyte) on Feb 08, 2008 at 21:22 UTC
    Thanks, I'll look into this module!