Re: Parsing mbox file

2003-08-27 Thread Joan C
Tassilo Von Parseval has a module that I am using called Mail::MboxParser. He actually looks at this list, and even helped me when I had problems with installation (see old thread, around 8/7/03, "Sick of installing CPAN modules"). In fact, I bet he will answer this post as well. It's very easy

Re: beginner trying to parse a piece of mail

2003-08-27 Thread Joan C
Thanks for the advice. The script now goes through each email and the regex gets the Appointment Date properly. I think my last misunderstanding is how to loop through and get all of the "Comments" in each email, because they tend to be multi-line. Currently, it keeps looping in an endless loop.