"Be nice, all I know about Perl is how to spell it"

Don't worry, you're in the right place. I'm not a Solaris sysadmin, but our client insist on using it. Yes, 'modern' Solaris ships with a really old version of Perl (as you say 5.8.4, from 2004). As a perl developer who works primarily on Solaris on a daily basis I'd advise the following. Install gcc, install a modern perl elsewhere on your system (see INSTALL - installation prefix), e.g. /app/applicationname. Then the developer can just work away as normal, or as normal as you can on Solaris.

I'd suggest installing App::cpanminus to get cpanm, which is a faster tool for installing modules than cpan. If your developer is going to be installing/updating cpan modules fairly regularly this will make things easier. If this server does not have internet access, you can create a portable mini cpan mirror on a machine which does have internet access, using the minicpan tool.


In reply to Re: Need to install Perl Modules by marto
in thread Need to install Perl Modules by mrmurdock

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.