- or download this
> perl
{
...
}
__END__
012345
- or download this
> perl
X:
...
}
__END__
012345
- or download this
Basic BLOCKs
A BLOCK by itself (labeled or not) is semantically equivalent t
+o a loop
that executes once. Thus you can use any of the loop control
statements in it to leave or restart the block.