- or download this
if (&condition) {
&yes;
} else {
&no;
}
- or download this
if (&condition)
{
...
{
&no;
}
- or download this
if(&condition){&yes;}else{&no;}
- or download this
@list = (
'item one',
'item two',
'item three', ## <- unnecessary punctuation
);