Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       $tree->flatten();
       $tree->visit(\&printer); print("\n");
    }
    
  2. or download this
    + Label1
      = Node1
    ...
      + Label3
        = Node4
        = Node5