[TBONE - Mon Jul 14 18:03:01 2003]:
Show quoted text> The following header dies on an error on the final character of the
> line.
>
>
"Email","FirstName","LastName","Address","City","State","Zip","RefSite","RefPrivacy","RefOrigSite","RefRegDate","RefRegIP","RecID"
Show quoted text>
>
> Also, the docs refers to a function "bind_headers" (note the "s" at
> the end), but the code only contains bind_header
My apologies for not having gotten back on this, it arrived as I was
packing for a move, and during the move I forgot that it had not been
dealt with.
First of all I am working on a larger patch which will fix the
documentation problem.
Secondly the header above with high likelyhood had DOS line endings
and was read on a *nix machine. Text::xSV would know from the
quotes that \r was not part of any field. I will improve the
documentation and/or error message to make it clearer in this
situation that you should either strip out \r or write a filter to
do it for you.