Help for this page

Select Code to Download


  1. or download this
            print Dumper $tree;
            $tree->DESTROY(); #clear circular references
            print Dumper $tree; <STDIN>;
    
  2. or download this
    use Tree::Simple 'use_weak_refs';