http://www.perlmonks.org?node_id=853680


in reply to Re^2: Perl 6, latest Rakudo bug or error on my part?
in thread SOLVED: Perl6, latest Rakudo bug or error on my part?

Valid point, entertainingly made, and I am entirely sincere in my gratitude for the work you and others have put into Rakudo. It just seems strange, coming from Perl 5. that }else{ isn't parseable as I would expect.

I spent a very educational weekend however and may even attempt, in my limited way, to contribute to the project.

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."