Help for this page

Select Code to Download


  1. or download this
    my $RUNNING = 0;
    $mw->repeat( 50 => sub { $taxis->taxis(\$RUNNING) unless $RUNNING} ];
    ...
       $$r_running = 0;
       return;
    }
    
  2. or download this
    sub taxis
    {
    ...
       $$r_running = 0;
       return;
    }