if (@sorted_highest_priority) { foreach (@sorted_highest_priority){ ... } if (@sorted_middle_priority) { foreach (@sorted_middle_priority){ ... } } if (@sorted_lowest_priority) { foreach (@sorted_lowest_priority){ ... } } }