Help for this page

Select Code to Download


  1. or download this
    sub _create_node
      {
    ...
        no strict;
        @{$node}{qw/parent info/} = ($parent,$node_info);
      }
    
  2. or download this
    sub go_through
      {
    ...
        }
        return \@info_nodes;
      }