Help for this page
sub applypath{ my($val, $index, @path) = @_; ... } return applypath($val->{$index}, @path); }