Help for this page

Select Code to Download


  1. or download this
    # Define appropriate "methods"
    my @dispatch_methods = qw [ company financialDiary ];
    
    ...
            map { $_ => dispatch_add{$_} } @dispatch_methods
        };
    }
    
  2. or download this
    $thing->{dispatch}->{company}->($param);