Help for this page

Select Code to Download


  1. or download this
    sub foo {
      my ($self, $caller, @targets) = @_;
    ...
    
      ...
    }
    
  2. or download this
      sub handle_event {
        my ($kernel, $heap, $parameter) = @_[KERNEL, HEAP, ARG0];
        ...;
      }