Help for this page

Select Code to Download


  1. or download this
    sub submit_Click {
     print $count++;
    ...
     display_results(/%Config); #builds my results window
     $Display->Show();  #my display window
    }
    
  2. or download this
    sub Display_Terminate {
        $Display->Hide();
        $Window->Enable();  #Grasping at straws
            return 0;  
    }
    
  3. or download this
    print $count++;