in reply to Re: Re: Apocalypse 4 on perl.com
in thread Apocalypse 4 on perl.com
If anyone has a brilliant idea for a shorter keyword than default, I hope they'll send it in.Not shorter, but I think it's easier to read and a lot better:
given $foo { when 1 { ... } when 2 { ... } when we have tried all other options and really have nothing left but this last resort { ... } }
|
|---|