Code moved to question per thomas895, thank you.
The data shown (GotToBTru), is the response.

What module would best parse the content to extract the attached binary Zip file?

Good questions thomas895;
When you run that code, what happens?
I can see the data (shown in question). But I can't get parts to give me the second multipart message (mime) which contains the Zip file.
Do you get an error message?
No error message that I am aware of (apache log, or in browser)
What does it say? N/A
How have you tried to fix it?
I can get my script to display the response data (shown in question), saved as binary, when I open the response mime file in my thunderbird email, the zip file is there, but it is corrupt (wrong size too).
If you don't get an error, how does the result differ from what you expect?
I cant get to the Zip file. I want to extract it and save it to a file.
Does your zip library of choice support extraction from memory?
I dont have one yet... I am considering Archive::Zip.

Thanks for your replies. :)


In reply to Re^2: HTTP::Response parse and save attached zip file. by sharprez
in thread HTTP::Response parse and save attached zip file. by sharprez

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.