Help for this page

Select Code to Download


  1. or download this
    use Tk;
    $bottomFrame = MainWindow->new();
    ...
    $bottomFrame->{RepeatID} = $bottomFrame->repeat(500, \&display_text);
    MainLoop;
    __END__