Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
      'misc' => {},
    ...
        }
      }
    };
    
  2. or download this
    # yes, I realise there is NO error checking :)
    # assume $tree contains data structure shown above
    ...
    
    # explicit reference
    print $tree->{docs}->{howtos}->{email}->{'index.html'}->{size};