Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 9, 2019 17:59
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/e19f19e0916d7db72f05a222181f450c to your computer and use it in GitHub Desktop.
Save Whateverable/e19f19e0916d7db72f05a222181f450c to your computer and use it in GitHub Desktop.
evalable6
my $a = 'b'; my $c = 'd'; my @e = «$a $c>; @e.gist.say
(exit code 1)
===SORRY!=== Error while compiling /tmp/QgLBF2clCR
Cannot use variable @e in declaration to initialize itself
at /tmp/QgLBF2clCR:1
------> a = 'b'; my $c = 'd'; my @e = «$a $c>; @⏏e.gist.say
expecting any of:
postfix
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment