On 3/13/07, Bill Jones <[EMAIL PROTECTED]> wrote:
My tests all show that ^@ is not null but the \n you want.
Control-J is two bytes: \0 \n
Under C the \0\n is a End-Of-String indicator -- required to
differentiate it from numbers, etc.
HTH/Sx =)
--
WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2A46CF06&fingerprint=on
Thanks! I'll post back to the list once I find out whether this all
turns out okay. The problem is that we have to create a file which is
being sent to a client, who will then import it. I won't be able to
test it myself, in other words. I wanted to be as sure as possible
that the output I was seeing was correct.
Thank you,
Shawn
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/