Created
March 27, 2015 06:50
-
-
Save iarna/3de76d22abbe2aedf3ed to your computer and use it in GitHub Desktop.
Perl style examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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