for (@list) { #format we prefer
    #here is the code for the block
}
    # or
for (@list) 
{   #format that still meets the "strong suggestion"
    #and this is the other way
}
