> > For example, I see that 'use warnings' and 'use strict' are still at the top
> > of the page. 
> 
> Yes. Is there some point you want to make about that?

yes, that there shouldn't need to be - at least in the 'use warnings' 
department.

> > print "Post order: "; show($root,$post); print "\n";
> > would be better off written as:
> > print "Post order: &show($root, $post)\n";
> > wouldn't it?
> 
> Define "better" without breaching the spirit of TMTOWDTI and in keeping
> with the didactical nature of the article.

well, better in the sense that it shows off perl6's style and new features. And
is shorter and more concise.

Ed

Reply via email to