Help for this page

Select Code to Download


  1. or download this
    sub check {
      print "Check\n";
    ...
      print "move_pic\n";
      $_[KERNEL]->yield('check');
    }
    
  2. or download this
    sub start {
      $_[KERNEL]->delay(get_pic => 10);
    ...
      print "move_pic\n";
      $_[KERNEL]->delay(move_pic => 30);
    }