in reply to Re: Variable number of words/fields in a line/record
in thread Variable number of words/fields in a line/record

Or (after chomp and before print):
(@two[0..1], @rest) = split;