I know this topic keeps coming up. In fact, the topic has been kind of an open question for at least 25 years now with many and varied almost-solutions that never seemed quite to work. I know it has been discussed here, but I think the newest thread on it is several years old. What's the current state of making self-contained perl executable programs? I can think of two variations here: one is a complete executable, the other is one that only depends on their being a perl interpreter {but doesn't depend on any local module installs}. I'm asking because I have a bunch of perl programs that I've been asked to make available over the web. Problem: i have no install privileges on the web server and it is a unix system. I can develop a full CGI version of my program here on my windows PC {I have a local web server on localhost:80 {that currently is making the wonderful Pod::Pom package available}} and it'd be very handy if there was as little hassle as possible taking a working CGI program from my environment on my PC and plunking it down in the cgi-bin on the server and have it mostly all work.

In reply to Self contained Perl executables by BernieC

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.