in reply to HTTP::Response parse and save attached zip file.

I would start by testing the following statement for success or failure:

 my $parser = Email::MIME->new($response->content);
Dum Spiro Spero

Replies are listed 'Best First'.
Re^2: HTTP::Response parse and save attached zip file.
by sharprez (Novice) on Oct 06, 2015 at 13:52 UTC

    GotToBTru:
    I don't know of a test such as is_success, however, there is data in the object. I'm having trouble separating the parts, the second part is appearing in the message as a single part message.
    Am I using the right module for the job, if not, what is recommended?

      So, what happened when you ran the above code?

      What was the result stored in $parser?

      Was there output? Was an error raised?