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

Hmmm...how about...
given EXPR { when EXPR { } when EXPR { } ... japh { } }
ha, ha...

metadoktor

"The doktor is in."

Replies are listed 'Best First'.
Re: Perl 6 - A Better Switch-Case Default?
by tilly (Archbishop) on Jan 27, 2002 at 22:04 UTC
    You are missing a colon.
    given EXPR { when EXPR { } when EXPR { } ... japh: { } }
    Happy to help,
    Ben

    :-)