Help for this page

Select Code to Download


  1. or download this
    # setup MainWindow $mw
    # setup socket with timeout
    ...
    }
    $mw->after(1, \&myloop);
    MainLoop;