"I saw this in the bash_profile some setting: /perl5.10/bin for CentOS 6."

What setting? Be specific when asking for help. How do I post a question effectively?.

"I am assuming this is where Perl executive are kept by default?"

Yes, the system perl lives there by default. Often people install their own perl elsewhere on the system and edit the PATH environment variable, so if someone had built perl in /perl5.10/bin on the 6.3 server, and edited the PATH variable giving precedence to /perl5.10/bin running which perl would show:

/perl5.10/bin/perl

If modules are installed for this perl5.10 they won't show up under the system perl.


In reply to Re: /perl5.10/bin and linux by marto
in thread /perl5.10/bin and linux by yaklichk0719

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.