Help for this page

Select Code to Download


  1. or download this
    ## This would be my main script, and I'll keep it 
    ## fairly simple. Notice that I'm using a module 
    ...
    })->pack;
    
    MainLoop;
    
  2. or download this
    package ContinueBox;
    use Tk;
    ...
       return $cw->{Result};
    }
    1;
    
  3. or download this
    package ContinueBox;
    use Tk;
    ...
       }); 
    }
    1;