Skip to content

Instantly share code, notes, and snippets.

@cfedde
Forked from anonymous/gist:ae4a3b88b28511c4bf6e
Last active August 29, 2015 14:10
Show Gist options
  • Save cfedde/9769e628d38c4141e1a5 to your computer and use it in GitHub Desktop.
Save cfedde/9769e628d38c4141e1a5 to your computer and use it in GitHub Desktop.
while ( <DATA> ){
if (/start/ .. /end/) {
print "flip flop true: $_";
}
else {
print "flip flop false: $_";
}
}
__END__
foo
bar
start
inside
blah
this is the end
baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment