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