Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created April 16, 2011 14:19
Show Gist options
  • Select an option

  • Save fapestniegd/923137 to your computer and use it in GitHub Desktop.

Select an option

Save fapestniegd/923137 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use 5.010;
$c->{"foo"}=1;
given($c){
when("foo"){say "ok";}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment