Help for this page

Select Code to Download


  1. or download this
    while (1)
    {
    ...
        $mw->update;
        sleep 1;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        # too - handy if you have lots of widgets you need to
        # control from your functions or methods.
    }