Help for this page

Select Code to Download


  1. or download this
    sub lam_num_error {
        $mw->messageBox(-message=>"The input must be an integer.");
        exit;
    }
    
  2. or download this
    sub lam_num_error {
        $mw->messageBox(-message=>"The input must be an integer.");
        die;
    }
    
  3. or download this
    Tk::Error: Died at Fastenator_working.pl line 1106.
     main::fl_num_error at Fastenator_working.pl line 1106
    ...
    .pm line 111
     <ButtonRelease-1>
     (command bound to event)