Help for this page

Select Code to Download


  1. or download this
    sub applypath{
      my($val, $index, @path) = @_;
    ...
      }
      return applypath($val->{$index}, @path);
    }