Help for this page

Select Code to Download


  1. or download this
    sub nested : lvalue {
      @_ == 1
       ? $_[0]
       : nested($_[0]{$_[1]}, @_[2..$#_]);
    }