Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2019 22:44
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/d95ef5c6fd5ac377d49a7e1f781f412c to your computer and use it in GitHub Desktop.
Save Whateverable/d95ef5c6fd5ac377d49a7e1f781f412c to your computer and use it in GitHub Desktop.
evalable6
my $h = { ['cold', 'card'] => 'cold - cord - card' }; say %h;
(exit code 1)
===SORRY!=== Error while compiling /tmp/3v6JJQwjmh
Variable '%h' is not declared. Did you mean '$h'?
at /tmp/3v6JJQwjmh:1
------> 'card'] => 'cold - cord - card' }; say ⏏%h;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment