Good post, Karlos.

This is something I have done several times, and I feel that the INSTALL document, highlighted by davorg, although useful background reading, does not give the complete picture.

Take a look at my use.perl journal for some relevant entries and a few handy tips.

The main points to bear in mind are that $ENV{PATH} determines which perl your perl command chooses, but the shebang (#!) can point to the other perl if that's what you want. It might be a good idea to leave the perl that came with the operating system alone, as upgrade scripts etc. may be dependent on this working. The convention is to have the default perl in /usr/bin, and your custom one in /usr/local/bin, but in fact you could put it anywhere.

Are you planning to build your own perl? If you are (or if you're using someone else's built with gcc), I seriously recommend using gcc, and having a working gcc for building extensions, as the native C compiler that comes with hp-ux is a pain.

--

Oh Lord, won’t you burn me a Knoppix CD ?
My friends all rate Windows, I must disagree.
Your powers of persuasion will set them all free,
So oh Lord, won’t you burn me a Knoppix CD ?
(Missquoting Janis Joplin)


In reply to Re: Target directory for installing perl by rinceWind
in thread Target directory for installing perl by Karlos

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.