Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 11, 2019 11:36
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/597393da22a7a47dbe172b19e3ca5607 to your computer and use it in GitHub Desktop.
Save Whateverable/597393da22a7a47dbe172b19e3ca5607 to your computer and use it in GitHub Desktop.
evalable6
regex a { 'a'+ }; my $a = 'aabaabaaaa'; say $a ~~ &a;
(exit code 1)
===SORRY!===
Undeclared routine:
a used at line 1
Other potential difficulties:
Useless declaration of a has-scoped method in mainline (did you mean 'my regex a'?)
at /tmp/Vl2ktDplKi:1
------> regex ⏏a { 'a'+ }; my $a = 'aabaabaaaa'; say $a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment