The second thing that comes to mind is how does this script behave if /etc/host.conf is empty.

It's not. If it is, the machine has bigger problems than perl not working.

Shouldn't you define HOST_PLATFORM with some kind of sane default value before you source /etc/host.conf?

There is no sane default value.

Could the script figure it out for itself, with 'uname -a' perhaps?

Not trivially. But it doesn't matter, as the host.conf file is reliable.

Another issue is that using variables in all capital letters in a shell script guarantees name collisions with the OS environment variables.

That's not the actual variable name. None of the paths or filenames I gave are real. Our platforms aren't really called centos4 and centos5. The main reason for this is that the real values all contain the company name, and I'd rather not get fired ;)


In reply to Re^2: Can I write a transparent shell wrapper to start the correct build of Perl? by thparkth
in thread Can I write a transparent shell wrapper to start the correct build of Perl? by thparkth

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.