in reply to Perl 6 - A Better Switch-Case Default?
in thread Apocalypse 4 on perl.com

You are missing a colon.
given EXPR { when EXPR { } when EXPR { } ... japh: { } }
Happy to help,
Ben

:-)