Help for this page

Select Code to Download


  1. or download this
       Button(-text=> "Exit", 
              -command=> sub { Quiting::quiting(); }, )
    ->pack(-side=> 'bottom', -fill => 'x', -expand => 1 );
    
  2. or download this
          package Quiting;
          
    ...
              exit(0);
          }
    
  3. or download this
          
    -------->
    SV* sv_bless(SV* sv, HV* stash);