Help for this page

Select Code to Download


  1. or download this
    foo
        sub1
        sub2
    ...
            sub22
    bar
        camel
    
  2. or download this
    my $hash_tree = {
        foo => {
            sub1 => '',
    ...
            camel => ''
        }
    }