Help for this page

Select Code to Download


  1. or download this
    The result is something like $VAR1->{'1'}{'test2'}.
    
  2. or download this
    $VAR2 = {
              '2' => {
                       'test1' => {
                                    '1' => $VAR1->{'1'}{'test1'},
                                    ...
    
  3. or download this
    $VAR1 = {
              '2' => {
    ...
                                             'key3' => '3'
                                           },
                                    ...