Help for this page
while (<DATA>) { my @pieces = split /\s+/; ... $results{$id} = [] unless exists $results{$id}; push @{$results{$id}}, $seq; }
$results{$id} = [] unless exists $results{$id};