RE: Possible technical problems w/ e-mail from this group

2002-09-11 Thread Daniel Kelley
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

RE: Read a file into a Hash

2002-06-04 Thread Daniel Kelley
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);