Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 11, 2021 14:11
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/2a657ba758458b5f199a31b1d4f198e8 to your computer and use it in GitHub Desktop.
Save Whateverable/2a657ba758458b5f199a31b1d4f198e8 to your computer and use it in GitHub Desktop.
evalable6
module A { our $x = 5 }; module B { import A; our $ax = $A::x; };say $B::x;say $A::x;say $B::ax'
(exit code 1)
===SORRY!=== Error while compiling /tmp/g021K0MaAK
Two terms in a row
at /tmp/g021K0MaAK:1
------> $A::x; };say $B::x;say $A::x;say $B::ax⏏'
expecting any of:
infix
infix stopper
postfix
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment