Help for this page

Select Code to Download


  1. or download this
    for my $i (0 .. $SomeValue - 1) {
      $SomeArray[$i]{value} = $some_param->dispatched_method()
    ...
      my $self = shift;
      $self->getID->dispatch_method_to($self);
    }