Created
June 10, 2019 14:13
Star
You must be signed in to star a gist
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use MONKEY-SEE-NO-EVAL; my $a = regex { .oo }; say \'foo\' ~~ EVAL ($a.perl); # with $a.perl being a string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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