Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 9, 2020 12:48
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/78f1061ce53ec336d95dbb2cd8035c3b to your computer and use it in GitHub Desktop.
Save Whateverable/78f1061ce53ec336d95dbb2cd8035c3b to your computer and use it in GitHub Desktop.
evalable6
0..20.grep($_>5)
(exit code 1)
WARNINGS for /tmp/GjqJVYGGN8:
Useless use of ".." in expression "0..20.grep($_>5)" in sink context (line 1)
Use of uninitialized value of type Any in numeric context
in block <unit> at /tmp/GjqJVYGGN8 line 1
Cannot use Bool as Matcher with '.grep'. Did you mean to use $_ inside a block?
in block <unit> at /tmp/GjqJVYGGN8 line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment