Help for this page

Select Code to Download


  1. or download this
      my $object = Object->new();
    
    ...
                },
            ],
        );
    
  2. or download this
        sub handle_start {
            $_[KERNEL]->delay( tick => 1, 0 );
    ...
            $_[OBJECT]->do_more_stuff();
            $_[KERNEL]->delay( tick => 1, $_[ARG0] + 1 );
        },