Skip to content

Instantly share code, notes, and snippets.

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