Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 13, 2019 18:02
Show Gist options
  • Save Whateverable/b8df1f8566e89612da2d0984292132f4 to your computer and use it in GitHub Desktop.
Save Whateverable/b8df1f8566e89612da2d0984292132f4 to your computer and use it in GitHub Desktop.
evalable6
my @a = <a b c d e f>; my ($k, $v) = @locals.kv.rotor(2).grep({ .[2] eq 'd' ).flat.say
(exit code 1)
===SORRY!=== Error while compiling /tmp/U7QEw5KC6z
Missing block
at /tmp/U7QEw5KC6z:1
------> @locals.kv.rotor(2).grep({ .[2] eq 'd' ⏏).flat.say
expecting any of:
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment