while() { push @array [$first, $last, $address, $city, $zip]; } foreach (@data){ print $_, "\n"; }