Help for this page

Select Code to Download


  1. or download this
    my $a = { bill => { '5/27/96' => { 'a.dat' => 1, 'b.txt' => 2, 'c.lsp'
    + => 3 } \
    },
    ...
                'file' => 'a.dat'
              }
    
  2. or download this
    sub this {
      my (undef, $href, $field, $depth, $flat_rec) = @_;
    ...
    }