in reply to Re: Re: Using MIME::Tools
in thread Using MIME::Tools

I'm sorry, $MIME_entity and $entity are the same variable. I was copying code from an existing application that I have. As long as you have the MIME_entity object created the open subroutine should work. Here you are letting the MIME::Parser parse the body of the message as well as the header.
----
I always wanted to be somebody... I guess I should have been more specific.

Replies are listed 'Best First'.
Re: Re: Re: Re: Using MIME::Tools
by Anonymous Monk on Nov 24, 2001 at 02:51 UTC
    Hi Atlanta, I have included the above piece of code in my script but unfortunately its still getting the whole email.. I need to store it in a database so I need to strip out the bit around the body.. In the code above do i still use the tag $@body ?