Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    $Data::Dumper::Deepcopy = 1;
    ...
    push @last, { $_ => $last[-1] } foreach reverse @a;
    print Dumper( $last[-1] ); # result
    
  2. or download this
    $VAR1 = {
              'foo' => {
    ...
                                  }
                       }
            };