Query: tk::exit
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
exit(3) User Contributed Perl Documentation exit(3)NAMETk::exit - End the applicationSYNOPSISuse Tk qw(exit); ... B<exit>?(I<returnCode>)?;DESCRIPTIONTerminate 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".CAVEATSUsing "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.KEYWORDSexit, process perl v5.16.3 2014-06-10 exit(3)
Related Man Pages |
---|
exit(3c) - sunos |
exit(2) - minix |
test::exit(3pm) - debian |
_exithandle(3c) - ultrix |
_exithandle(3c) - osx |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
Best performance UNIX just for HOST Virtualization? |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |