1*23f24377SWarner Loshlength($1) > max { max = length($1); name = $1 } 2*23f24377SWarner LoshEND { print name } 3