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