|
Tk::exit - End the application
|
Tk::exit - End the application
This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.
use Tk qw(exit);
...
B<exit>?(I<returnCode>)?;
Terminate the process, returning returnCode to the
system as the exit status.
If returnCode isn't specified then it defaults
to 0.
If calling exit from code invoked via a Tk callback then
this Tk version of exit cleans up more reliably than using
the perl exit.
exit, process
|
Tk::exit - End the application
|
|