suse man page for tk::exit

Query: tk::exit

OS: suse

Section: 3

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

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.12.1 2007-05-05 exit(3)
Related Man Pages
exit(2) - minix
modperl::util(3pm) - debian
_exithandle(3c) - linux
_exithandle(3c) - osx
_exithandle(3c) - mojave
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Cut command on RHEL 6.8 compatibility issues
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend