home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _cc72a811808e317aeb5ed2e2929d916f < prev    next >
Text File  |  2000-03-23  |  2KB  |  70 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::exit - End the application</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Tk::exit - End the application</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#keywords">KEYWORDS</A></LI>
  26. </UL>
  27. <!-- INDEX END -->
  28.  
  29. <HR>
  30. <P>
  31. <H1><A NAME="name">NAME</A></H1>
  32. <P>Tk::exit - End the application</P>
  33. <P>
  34. <HR>
  35. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  36. <UL>
  37. <LI>Linux</LI>
  38. <LI>Solaris</LI>
  39. <LI>Windows</LI>
  40. </UL>
  41. <HR>
  42. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  43. <PRE>
  44.     use Tk qw(exit);
  45.     ...
  46.     B<exit>?(I<returnCode>)?;</PRE>
  47. <P>
  48. <HR>
  49. <H1><A NAME="description">DESCRIPTION</A></H1>
  50. <P>Terminate the process, returning <EM>returnCode</EM> to the
  51. system as the exit status.
  52. If <EM>returnCode</EM> isn't specified then it defaults
  53. to 0.</P>
  54. <P>If calling <A HREF="../../../lib/Pod/perlfunc.html#item_exit"><CODE>exit</CODE></A> from code invoked via a Tk callback then
  55. this Tk version of <A HREF="../../../lib/Pod/perlfunc.html#item_exit"><CODE>exit</CODE></A> cleans up more reliably than using
  56. the perl <A HREF="../../../lib/Pod/perlfunc.html#item_exit"><CODE>exit</CODE></A>.</P>
  57. <P>
  58. <HR>
  59. <H1><A NAME="keywords">KEYWORDS</A></H1>
  60. <P>exit, process</P>
  61. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  62. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  63. <STRONG><P CLASS=block> Tk::exit - End the application</P></STRONG>
  64. </TD></TR>
  65. </TABLE>
  66.  
  67. </BODY>
  68.  
  69. </HTML>
  70.