Help for this page

Select Code to Download


  1. or download this
    sub repl_mongo{
      my ($ref, $depth) = @_;
      return unless $depth;
      if (ref($ref) eq 'ARRAY') {
        ...
      }