- or download this
#!/usr/bin/perl
use warnings;
...
$I = 0;
}
}
- or download this
sub manual_loop_control {
$mw1->DoOneEvent( DONT_WAIT | ALL_EVENTS );
$mw2->DoOneEvent( DONT_WAIT | ALL_EVENTS );
$mw3->DoOneEvent( DONT_WAIT | ALL_EVENTS );
}
- or download this
$mw->repeat(10, \&manual_loop_control);