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/2441b3eafcc16a329da7e66f641ee1bd to your computer and use it in GitHub Desktop.
Save Whateverable/2441b3eafcc16a329da7e66f641ee1bd to your computer and use it in GitHub Desktop.
evalable6
sub a { 1 }; sub b($a) { say $a }; b <== b;
(exit code 1)
===SORRY!=== Error while compiling /tmp/SmJtUbeTPP
Unable to parse expression in quote words; couldn't find final '>' (corresponding starter was at line 1)
at /tmp/SmJtUbeTPP:1
------> a { 1 }; sub b($a) { say $a }; b <== b;⏏<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