Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 29, 2018 13:56
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/e9b30d09346869562993886b46dfde22 to your computer and use it in GitHub Desktop.
Save Whateverable/e9b30d09346869562993886b46dfde22 to your computer and use it in GitHub Desktop.
evalable6
sub f { { a => 1 }, { b => 2 } }; my ($a, $b) = f; say %a<a>, %b<b>
(exit code 1)
===SORRY!=== Error while compiling /tmp/npw_Ng65kT
Variable '%a' is not declared. Did you mean '$a'?
at /tmp/npw_Ng65kT:1
------> 1 }, { b => 2 } }; my ($a, $b) = f; say ⏏%a<a>, %b<b>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment