debian man page for tk::exit

Query: tk::exit

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

exit(3pm)						User Contributed Perl Documentation						 exit(3pm)

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.14.2 2010-05-29 exit(3pm)
Related Man Pages
exit(1t) - opensolaris
exit(3c) - opensolaris
exit(3c) - sunos
vmsish(3pm) - redhat
test::exit(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Weird 'find' results
New UNIX and Linux History Sections