I am working on getting perl re-installed on some of our HP-UX machines. I've managed to build it in a side directory (/home/me/bin to be precise) so that it doesn't much with any vendor supplied software and I am looking into creating some webservices. The only problem is that they seem to require mod_perl, which I am entirely clueless about at the moment.

This raises a few questions for me:

  • When I install mod_perl, will this affect any current programs that may be out there using /usr/bin/perl use CGI?
  • How can I be assured which copy of perl will be built into mod_perl
  • Could the installation of mod_perl cause anything to become broken or funny with other CGI (non-Perl) interactions?
  • My biggest fear is that some of our vendor-supplied code may be messed with by installing mod_perl into apache. like I said, mod_perl is completely new to me. Thanks for all the assitance.

    If you make something idiot-proof, eventually someone will make a better idiot.
    I am that better idiot.

    In reply to mod_perl questions by peschkaj

    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.