Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 1, 2020 01:01
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/6c5e54c8ae14655a387eddd091010480 to your computer and use it in GitHub Desktop.
Save Whateverable/6c5e54c8ae14655a387eddd091010480 to your computer and use it in GitHub Desktop.
evalable6
my $some-string = "some foo"; dd $some-string.match(/foo/, "string);
(exit code 1)
===SORRY!=== Error while compiling /tmp/vJebA8sahR
Unable to parse expression in double quotes; couldn't find final '"' (corresponding starter was at line 1)
at /tmp/vJebA8sahR:1
------> ; dd $some-string.match(/foo/, "string);⏏<EOL>
expecting any of:
double quotes
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment