This is a very touchy subject. It has taken me years to learn how to dance around customers' internal issues. I wish I had known a lot of this 15 years ago. In fact, it would be great if university IT programs offered a class in real-world issues such as:

Yes, I did mention commercial support for Perl, but the largest customer's admin services provider said that they are not interested in supporting yet another tool if it is only used in a few odd cases (debatable). They expect the software vendor to support such tools.

If we write a solution that uses Apache for some reason (e.g., suExec), then we must support Apache. In order for us to do this project with Perl and Linux we had to put it all on some back-end workstations that will be supported by an admin consultant.

Perl and Python are gaining some de facto acceptance in these larger companies, but they still require a lot of work to get approved.

Intended as humorous or not, you are correct: Java is the only widely accepted portable language, among the autos here in metro-Detroit. We are using a combination of Perl, jsp, and a little xml (awesome for creating and parsing config files!) to get the job done in our current project. But Java can be a pig at times, so I try to do the bulk of the grunt work in Perl.


In reply to Re: Re: "mkdir -p" equivalent? by ccarden
in thread "mkdir -p" equivalent? by ccarden

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.