Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    $tree->add_child( $child );
    
    print(Dumper(Load(Dump($tree))));
    
  2. or download this
    $VAR1 = bless( {
                     '_parent' => \undef,
                     '_value' => 'root',
    ...
                     '_height' => '2',
                     '_last_error' => undef
                   }, 'Tree' );