- or download this
<statement> <modifier>
- or download this
<modifier>
{
<statement>
}
- or download this
<statement> if $a > 1;
<statement> unless $true;
- or download this
<statement> for @a;
<statement> for 1..10;
<statement> for keys %hash;
- or download this
<statement> <modifier> <modifier>
<statement> for @a unless $true;