Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 10, 2019 14:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/8b082633b0b862b975e4483d87d592a0 to your computer and use it in GitHub Desktop.
evalable6
use MONKEY-SEE-NO-EVAL; my $a = regex { .oo }; say \'foo\' ~~ EVAL ($a.perl); # with $a.perl being a string
(exit code 1)
===SORRY!=== Error while compiling /tmp/BEipmuUBtN
Unable to parse expression in single quotes; couldn't find final "'" (corresponding starter was at line 1)
at /tmp/BEipmuUBtN:1
------> ($a.perl); # with $a.perl being a string⏏<EOL>
expecting any of:
argument list
single quotes
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment