a couple of suggestions,

You will want to compile and install the perl distribution yourself since if you just pull down a binary from somewhere it might have incompatibilities with your system. Usually the perl Configure script will choose the best choice for your system, so for the most part it's not a difficult installation.

As for compilers, HP-UX 10.20 should have CD's that you can install software development packages from, including (if i remember correctly) gcc and ansic. These will install into /opt by default. If you don't have these distributions and can't or don't want to pull down and compile them yourself than you will probably want a precompiled perl.

If you sit down and go through the perl install with a proper compiler it should take no more than an hour (that's about how long it took for a s700 running 10.20 here)...

jynx

ps hope this helps; and if you want a documented procedure i've gotten one written up somewhere around here, i can't guarantee it'll be better than you've seen already though...


In reply to Re: Installing Perl by jynx
in thread Installing Perl by silicon39

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.