At 11:55 -0600 06/01/2011, David Wagner wrote:
For something that should have been relatively easy, this has been a
real pain in getting to work as I would have expected it to.
...So to get things in what I believe was a correct setup and using
the binmode which was giving me what I thought Excel wanted, I
replaced my \n with \r\n and did the \x0a for the soft returns. Now
when it is opened in Excel, there are no question marks in either of
the two columns that I am doing soft returns..
Hi David
The strings "\n" and "\x0A" are identical - it is the translation done
by Perl's IO system that makes the difference.
From this description it looks like you have things working. The
question marks in the fields were surely a bad sign? Please say if you
still need help.
- Rob
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/