I can install Perl 5.10.1 easily, just by downloading a source tar and using make, make test, make install, although that moves the default Perl to one side which is a bit suspect.

Yeah, don't replace the system Perl. See INSTALL for how to specify an alternate installation directory.

There is a copy of DBI/DBD.pm, but its in the directories for the old Perl 5.8.8

If you don't have DBI::DBD installed and you need it, what do you think the next step is? cpan normally handles dependencies, though, so I think there's something you're not saying.


In reply to Re: Making Centos, Perl 5.10.1 and DBD::mysql play nice by ikegami
in thread Making Centos, Perl 5.10.1 and DBD::mysql play nice by InfiniteMonkey

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.