Help for this page
sub breadthFirst { ... push @queue, $node->{Right} if defined $node->{Right}; } }