On Tue, May 15, 2001 at 03:32:46PM -0600, Nathan Torkington wrote: > Damian's writing a series of articles parallel to Larry's Apocalypses. > These "Exegesis" articles will show full perl6 programs, with > commentary exlaining the new features. > > The first Exegesis (numbered 2, to keep in sync with Larry) shows a > perl6 version of a binary tree program from the Perl Cookbook. > > http://www.perl.com/pub/2001/05/08/exegesis2.html > > Nat Ok, question here. Are these exegesises 'blessed'? What is open to debate on this? For example, I see that 'use warnings' and 'use strict' are still at the top of the page. And print "Post order: "; show($root,$post); print "\n"; would be better off written as: print "Post order: &show($root, $post)\n"; wouldn't it? EdThread Previous | Thread Next