Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 4, 2021 18:32
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/e33dcd33e771fa70fb5dff4e7d53841c to your computer and use it in GitHub Desktop.
Save Whateverable/e33dcd33e771fa70fb5dff4e7d53841c to your computer and use it in GitHub Desktop.
evalable6
module THIS::THAT { our $WHY = 3; } ; var $x = "THAT" ; dd THIS.WHO{$THAT}.WHO
(exit code 1)
===SORRY!=== Error while compiling /tmp/eKTeS2k05P
Variable '$x' is not declared
at /tmp/eKTeS2k05P:1
------> dule THIS::THAT { our $WHY = 3; } ; var ⏏$x = "THAT" ; dd THIS.WHO{$THAT}.WHO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment