Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created July 12, 2015 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoelzro/ab8b7df7f225b71b1f17 to your computer and use it in GitHub Desktop.
Save hoelzro/ab8b7df7f225b71b1f17 to your computer and use it in GitHub Desktop.
my @nested-values = [ 1, 2, 3 ], [ 4, 5, 6 ];
for @nested-values -> [ $first, @rest ] {
say @rest.perl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment