manpagez: man pages & more
man Tk::exit(3)
Home | html | info | man
exit(3)               User Contributed Perl Documentation              exit(3)




NAME

       Tk::exit - End the application


SYNOPSIS

           use Tk qw(exit);
           ...
           B<exit>?(I<returnCode>)?;


DESCRIPTION

       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".


CAVEATS

       Using "exit" from a forked process will terminate both the child
       process and the parent process. As "Tk::exit" is imported by default
       one should use "CORE::exit" in the forked process instead.


KEYWORDS

       exit, process



perl v5.18.0                      2012-01-16                           exit(3)

perl-Tk 804.030_502 - Generated Sat Aug 17 10:10:47 CDT 2013
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.