{ my $tree; sub get_tree { return $tree; }; }; #### { my $tree; sub get_tree { return $tree; }; sub release_tree { undef $tree; }; };