Skip to content

Instantly share code, notes, and snippets.

@iarna
Created March 27, 2015 06:50
Show Gist options
  • Save iarna/3de76d22abbe2aedf3ed to your computer and use it in GitHub Desktop.
Save iarna/3de76d22abbe2aedf3ed to your computer and use it in GitHub Desktop.
Perl style examples
LINE:
for (;;) {
statements;
last LINE if $foo;
next LINE if /^#/;
statements;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment