Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 25, 2019 23:03
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/d8bdd0f55603c6ca2379fb7d81fc3bac to your computer and use it in GitHub Desktop.
Save Whateverable/d8bdd0f55603c6ca2379fb7d81fc3bac to your computer and use it in GitHub Desktop.
evalable6
module Foo { our module Bar { our $bar; } }; say Foo::("Bar")
(exit code 1)
===SORRY!=== Error while compiling /tmp/S7sXDcZWTh
Combination of indirect name lookup and call not supported
at /tmp/S7sXDcZWTh:1
------> le Bar { our $bar; } }; say Foo::("Bar")⏏<EOL>
expecting any of:
argument list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment