Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created July 11, 2015 00:12
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 AlexDaniel/e796877f2f9121f00e3d to your computer and use it in GitHub Desktop.
Save AlexDaniel/e796877f2f9121f00e3d to your computer and use it in GitHub Desktop.
last if;
===SORRY!===
Whitespace required after keyword 'if'
at ./test.pl:13
------> loop { last if⏏; }
Whitespace required after keyword 'if'
at ./test.pl:13
------> loop { last if⏏; }
Whitespace required after keyword 'if'
at ./test.pl:13
------> loop { last if⏏; }
Whitespace required after keyword 'if'
at ./test.pl:13
------> loop { last if⏏; }
Missing semicolon
at ./test.pl:13
------> loop { last if⏏; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment