Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 9, 2019 21:58
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/3d3644c118bcedf5870ad03a18b0b7a4 to your computer and use it in GitHub Desktop.
Save Whateverable/3d3644c118bcedf5870ad03a18b0b7a4 to your computer and use it in GitHub Desktop.
evalable6
sub a { 1 }; sub b($a) { say $a }; b <== a();
(exit code 1)
===SORRY!=== Error while compiling /tmp/8B8wybD_nZ
Unable to parse expression in quote words; couldn't find final '>' (corresponding starter was at line 1)
at /tmp/8B8wybD_nZ:1
------> { 1 }; sub b($a) { say $a }; b <== a();⏏<EOL>
expecting any of:
argument list
quote words
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment