Help for this page

Select Code to Download


  1. or download this
    package FOO;
    sub first {
    ...
    my $foo = new FOO();
    $foo->dispatch('a');
    $foo->dispatch('b');
    
  2. or download this
    $self->$command();