Help for this page
while(<DATA>) { push @array [$first, $last, $address, $city, $zip]; }
while(<DATA>) { push @array, [split]; }