Help for this page

Select Code to Download


  1. or download this
    ($actions{$key} ||= determine_action($key))->($key, $data);
    
  2. or download this
    sub determine_action {
        my ($key) = @_
    ...
            };
    ... etc...
    }