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