Short answer: no.

Longer answer: mod_perl is used to embed a perl interpreter into Apache and this allows for the creation of filters and handlers in Perl. That's an awesome feature and it's the only way to do this. However, BitD mod_perl was sold on the efficiency benefits of a persistent dynamic server so a large number of less well-informed people thought that this was the only reason to use it. With the advent of FastCGI, PSGI, etc. this becomes less of a reason to use mod_perl so that segement of the user base has generally migrated away. The core who use it for other purposes remain.

FastCGI, no longer downloadable from some servers (phased out already), seems to be promoted here; but I am left wondering where one obtains it?

From https://httpd.apache.org/download.cgi#mod_fcgid

A friend wants to run my scripts on his Windows computer.

Your friend might benefit from some persuasion regarding their choice of operating system ;-)

If you your friend really wants to run anything on MSWin32, they will probably require help specific to that O/S - at which point I am happy to leave the two of you to it. Best of luck!


🦛


In reply to Re: Is mod_perl going the way of the dinosaur? by hippo
in thread Is mod_perl going the way of the dinosaur? by Polyglot

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.