Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 25, 2019 22:58
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 Whateverable/3ee82a4ebab2669085f8e35733995986 to your computer and use it in GitHub Desktop.
Save Whateverable/3ee82a4ebab2669085f8e35733995986 to your computer and use it in GitHub Desktop.
evalable6
module Foo { our module Bar { our $bar; } }; say Foo::{"Bar"}::.keys
(exit code 1)
===SORRY!=== Error while compiling /tmp/hcSdfzobcu
Confused
at /tmp/hcSdfzobcu:1
------> e Bar { our $bar; } }; say Foo::{"Bar"}:⏏:.keys
expecting any of:
colon pair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment