Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 25, 2019 23:01
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/3144b14e92f24c928dc1db8a9c212c7d to your computer and use it in GitHub Desktop.
Save Whateverable/3144b14e92f24c928dc1db8a9c212c7d 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/xzq00r6nY_
Confused
at /tmp/xzq00r6nY_: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