in reply to Re^2: Apocalypse 4 on perl.com
in thread Apocalypse 4 on perl.com

Hmmm ...

given EXPR { otherwise { ... } } given EXPR { default { ... } }

default definitely looks better here. I wonder how often people write empty switch statements though? Then again, given isn't your father's switch so past coding patterns may very well not apply.