Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 1, 2017 14: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/55e2cfccb38f10f264feafe4bbccd8ed to your computer and use it in GitHub Desktop.
Save Whateverable/55e2cfccb38f10f264feafe4bbccd8ed to your computer and use it in GitHub Desktop.
evalable6
: my $predicate = * > 5; say (^10).grep({ not &$predicate })
(exit code 1)
===SORRY!=== Error while compiling /tmp/6TccaCXdXR
Bogus statement
at /tmp/6TccaCXdXR:1
------> :⏏ my $predicate = * > 5; say (^10).grep({
expecting any of:
colon pair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment