Help for this page

Select Code to Download


  1. or download this
    #! perl -w
    
    ...
    $Console->Flush();
    
    exit(0);
    
  2. or download this
    #! perl -w
    use Term::ReadKey;
    ...
    print "Stopped program\n";
    
    exit(0);