Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 13, 2019 18:02
Show Gist options
  • Save Whateverable/499a56cd2867f00003dd3bd83ba118bf to your computer and use it in GitHub Desktop.
Save Whateverable/499a56cd2867f00003dd3bd83ba118bf 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/3KaGPpkpf8
Variable '@locals' is not declared
at /tmp/3KaGPpkpf8:1
------> my @a = <a b c d e f>; my ($k, $v) = ⏏@locals.kv.rotor(2).grep({ .[2] eq 'd' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment