I've run into an area that few people seem to know a solution to.
I have a program on a website -- it sends data via a form to a perl cgi script which then takes that data and generates an html page.
Well, I want a way to make this program work completely on the user's local machine. In other words the html page and the cgi script would be on the user's machine. I have converted the perl script to a c++ exe. I then tried submitting the form data to that exe on my local machine - of course it don't work, but instead asks to download the file.

Oh is there any way to make it run that exe like it were a script?

If you know a fairly easy way to get it to work (yeah right) let me know at perlmonks@op.virtualave.net

In reply to exe on local machine by Kevin Ar18

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.