- or download this
if (cond) {
...stuff...
}
...
}
#nothing here, either
}
- or download this
if (cond1) {
...stuff...
...
elsif (cond2) {
...more stuff...
}
- or download this
while (<FILE>) {
if ($ban_gate==1) {
...
}
}
}
- or download this
while (<FILE>) {
if ($state eq 'BANNER') {
...
# process a line in the ras section
}
}