while() { chomp; last if /^"EOS"$/; push @data, $_ } #### my($first_name,$last_name,$address,$city,$state,$phone) = /"([^"]*)"/g