hi guys, i have a simple question, I use ubuntu 11.04, which i installed using wubi, it has perl version 5.10 installed and i tried to update it using command line and using the make files as well nothing worked, it got installed once and I even put it in my root directory

however, I got a compile error so i quit the command line and restarted it again, now i need to use perl version 5.016, i think i have it installed already but the perl scripts are using 5.10 please if someone knows how to go about this it would help a great deal, i tried use 5.016 in scripts as well but it gives the following error

Perl v5.16.0 required--this is only v5.10.1, stopped at exp2.pl line 4.

also when i install perl 5.16.2 and run the program I get the following error

Can't locate Error.pm in @INC (@INC contains: /home/strider/localperl/lib/site_perl/5.16.2/x86_64-linux /home/strider/localperl/lib/site_perl/5.16.2 /home/strider/localperl/lib/5.16.2/x86_64-linux /home/strider/localperl/lib/5.16.2 .) at /home/strider/localperl/lib/site_perl/5.16.2/ParsePDB.pm line 45. BEGIN failed--compilation aborted at /home/strider/localperl/lib/site_perl/5.16.2/ParsePDB.pm line 45. Compilation failed in require at exp2.pl line 6. BEGIN failed--compilation aborted at exp2.pl line 6.


In reply to Perl version by perlmonk007

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.