Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 3, 2019 09: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/9bd84cc3e9031438834e704915ca2443 to your computer and use it in GitHub Desktop.
Save Whateverable/9bd84cc3e9031438834e704915ca2443 to your computer and use it in GitHub Desktop.
evalable6
sub a { say "Ehhh1" }; my $a = 'a'; &"$a"()
(exit code 1)
===SORRY!=== Error while compiling /tmp/0L6NYZ1kNu
Name must begin with alphabetic character
at /tmp/0L6NYZ1kNu:1
------> sub a { say "Ehhh1" }; my $a = 'a'; &⏏"$a"()
expecting any of:
infix
infix stopper
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment