in reply to simple condition
if (scalar(grep {defined} @flds[9..13])) { # do this if any are defined } [download]