Help for this page
($actions{$key} ||= determine_action($key))->($key, $data);
sub determine_action { my ($key) = @_ ... }; ... etc... }