1*9a7741deSElliott Hugheslength($1) > max { max = length($1); name = $1 } 2*9a7741deSElliott HughesEND { print name } 3