Help for this page

Select Code to Download


  1. or download this
    sub _dump {
        my $path = shift;
    ...
        }
        $dump . '}';
    }
    
  2. or download this
    my $ref = {
        a => [ 1, 2, 3 ],
        b => [
    ...
    };
    
    print _dump($ref);