Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Tk;
    ...
    }); 
    
    MainLoop;
    
  2. or download this
    use strict;
    use Tk;
    ...
    sub Submit {
       print "form submitted\n";
    }
    
  3. or download this
    use strict;
    use Tk;
    ...
       print "form submitted\n";
    }