The journey
sub my_business_function { my($request) = @_; my $args = $request->args; my $person_id = $args->{person_id}; # not BOOM! ... }
sub my_business_function { my($request) = @_; my $args = $request->args; my $person_id = $args->{person_id}; # not BOOM! ... }