On Tue, 14 Oct 2003, Chris Santerre wrote:
> I saved these in *gulp* MSDOS text in the hopes it wouldn't have any crazy
> characters. (Yeah I'm using a windows system!) Please let me know if you
> have any problems. 

This is nearly always a problem for people trying to save stuff on Unix
flavors, because DOS uses a CR/LF end of line, while Unix only uses one of
the two (LF?). In perl, I use the test $WHATEVER=~s/\r//g; to get rid of
the extra char.

- Charles



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to