Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 18, 2020 16:21
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/17fc15e7a4ede2ba5b5ad5d5b8d1b049 to your computer and use it in GitHub Desktop.
Save Whateverable/17fc15e7a4ede2ba5b5ad5d5b8d1b049 to your computer and use it in GitHub Desktop.
evalable6
my $a =";;;;;;;";my @a=split(";",$a); for @a ->$b {if $b eq "" say "empty"}
(exit code 1)
===SORRY!=== Error while compiling /tmp/H_osKqYW6B
Missing block
at /tmp/H_osKqYW6B:1
------> =split(";",$a); for @a ->$b {if $b eq ""⏏ say "empty"}
expecting any of:
block or pointy block
infix
infix stopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment