... for my knowledge would it be possible to downgrade the perl version. can you please just let me know whether that option is there.

I very much doubt that downgrading is a viable option. There is a high probability that, in installing 5.8.0 over the top of 5.8.4, you would end up with a broken Perl installation. I'm not sure that there is any other way of doing a "downgrade" of version. Because Solaris depends to quite a degree on Perl scripts that are now distributed as part of the o/s there's a good chance that you will also end up with a compromised Solaris installation.

If you really must run 5.8.0 the safest policy would be to build and install it in a separate directory from the supplied 5.8.4 so that the two do not clash. However, I would strongly advise that the effort to build 5.8.0 would be much better devoted to testing your scripts under 5.8.4 and ironing out any wrinkles.

Cheers,

JohnGG


In reply to Re^5: version change on solaris by johngg
in thread version change on solaris by krishnapriya

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.