Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created September 21, 2009 20:26
Show Gist options
  • Save pmichaud/190525 to your computer and use it in GitHub Desktop.
Save pmichaud/190525 to your computer and use it in GitHub Desktop.
sub foo(@a, $b, $c) {
say @a.kv.perl;
}
foo( «a :xyz<b> c», 4, 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment