Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 13, 2019 00:43
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/2d04790482094e4be4119c627e2bc193 to your computer and use it in GitHub Desktop.
Save Whateverable/2d04790482094e4be4119c627e2bc193 to your computer and use it in GitHub Desktop.
evalable6
my $a; $a = $/[0] if "aaa" ~~ /('a'
(exit code 1)
===SORRY!===
Regex not terminated.
at /tmp/HNc9PnYa6u:1
------> my $a; $a = $/[0] if "aaa" ~~ /('a'⏏<EOL>
Unable to parse expression in metachar:sym<( )>; couldn't find final ')' (corresponding starter was at line 1)
at /tmp/HNc9PnYa6u:1
------> my $a; $a = $/[0] if "aaa" ~~ /('a'⏏<EOL>
expecting any of:
infix stopper
single quotes
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment