Skip to content

Instantly share code, notes, and snippets.

@mfollett
Created September 9, 2010 05:21
Show Gist options
  • Save mfollett/571426 to your computer and use it in GitHub Desktop.
Save mfollett/571426 to your computer and use it in GitHub Desktop.
my @list = 1..100;
for @list -> $left, $center?, $right?
{
say "$left - $center - $right";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment