A piece of email, even if malformed, should *never* crash an email
client. If it does, consider the client to be buggy, and find a better
one.
When you get right down to it, your problem has nothing to do with this
mailing list.
Dan
> Good points, but why do just *some* of the e-mails cras
hi-
just did some work w/ a pipe-delimited file:
assuming that you've already cleaned the data to make sure that there are
no random pipes in there, something like the following should work:
open(NEW, "$cwd/txt/new.txt") or die "couldn't open new.txt";
while ($line = ) {
chomp($line);