What is this, National Perl Appreciation Day or something? This is great!<p>Useless in practice for me; I write for CPAN, so I have to stay backward-compatible at least to 5.6. But a nice taste of what I'll start doing in 2015 or so.
Despite not knowing much Perl, seeing Given/When being used as executable code is beautiful.<p>It's almost like someone took Gherkin (the Cucumber BDD parser) and got it working inline.
Can someone explain why given/when is better than switch/case?<p>From the examples in the link, I don't see an essential difference or benefit to the developer.