The following is a bad thing and I know that there are security issues and others, but it's a way to work around your problem until you either got rid of Sophos or you got an update for it.

Create a little EXE file using any language other than perl (if you can't, I'm sure many people here - including me - will help you) which either runs perl.exe to start your program (I didn't use PAR myself until now, it may be able to start your program out of the PAR file or you may need to provide an extracted version) or launch a small Perl program which downloads your program from a secure, local web server and eval()s it.

Again: This is no good thing at all, it isn't a real solution, but most of the time, noone is interested, _why_ something isn't working. Even worst if your applications are company critical: They must run, even if there are some very negative issues for a short time.

PS: If you don't need the Windows API, maybe a (Windows or Java-Website-integrated) Telnet client would also do the job. Just set up or use a linux server which provides your applications one per port.


In reply to Re: Sophos hates PAR::Packer! by Sewi
in thread Sophos hates PAR::Packer! by skeptical

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.