Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 4, 2021 17: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/fcbb8c663e8a6fd51aedcd486b997d99 to your computer and use it in GitHub Desktop.
Save Whateverable/fcbb8c663e8a6fd51aedcd486b997d99 to your computer and use it in GitHub Desktop.
evalable6
module THIS::THAT { our $WHY = 3; }; dd THIS::('THAT')::.kv # so this is the error
(exit code 1)
===SORRY!=== Error while compiling /tmp/sAXx2qRy9j
Combination of indirect name lookup and call not supported
at /tmp/sAXx2qRy9j:1
------> T { our $WHY = 3; }; dd THIS::('THAT')::⏏.kv # so this is the error
expecting any of:
argument list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment