Help for this page

Select Code to Download


  1. or download this
      package My::Handler;
      sub handler
    ...
         my $obj = $pkg->new();
         $obj->dispatch($action);
      }
    
  2. or download this
    
      sub dispatch
    ...
         $self->do_the_appropriate_thing($action, $my_r);
      }