Many apologies for the (lengthy) delay in response to this. Thanks for all your suggestions.

This panned out as follows: The pp_autolink suggestion was a good call - thanks for pointing that out. After using this it still spewed out an error message (this time related to trying to *write* to a file in the temp directory) but it seemed to catch the error and the process continued to execute without other issues. I was able to suppress that error message by adding a hack to Archive::Zip::Member to bypass the write. This solved the immediate issue.

However I have inherited a whole batch of these scripts which were previously compiled on windows, but now have modification requirements. One thing I wanted to do was optimise some of the download routines by getting them to run in parallel. Again this seemed to work fine with the interpreter, but the compiled version definitely did not want to play ball. So finally I've managed to persuade my client to move the bulk of the processes onto a server, and just have a minimal windows app interface with an API endpoint which does the dirty work. This approach seems to be working a lot better: my client appears happy, and the missing clumps of hair are slowly growing back :)

I should say, the --clean suggestion was also a good one - I'd not noticed that flag existed. Unfortunately it didn't seem to make a difference in this particular case, but it was a good idea - thanks for pointing it out.


In reply to Re: Preventing IO::Socket::SSL caching so that I can get a utility to compile (on windows :/) by tomgracey
in thread Preventing IO::Socket::SSL caching so that I can get a utility to compile (on windows :/) by tomgracey

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.