Manpages

Manpage of EXIT

EXIT

Section: User Contributed Perl Documentation (1)
Updated: 2000-04-18
Index
Return to Main Contents
 

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

KEYWORDS

exit, process


 

Index

NAME
SYNOPSIS
DESCRIPTION
KEYWORDS

This document was created by man2html, using the manual pages.
Time: 20:15:20 GMT, April 25, 2024