Help for this page
while(<DATA>) { chomp; last if /^"EOS"$/; push @data, $_ }
my($first_name,$last_name,$address,$city,$state,$phone) = /"([^"]*)"/g