Help for this page

Select Code to Download


  1. or download this
    
    my $repeater = $mw->repeat(1000, \&sub); 
    .... 
    $repeater->cancel;  # when you want to stop it
    
  2. or download this
    #!/usr/bin/perl
    use Tk;
    ...
                   }  ); 
          
    }