Many vendors supply commercial compilers with support. Commercial database vendors like Oracle and Sybase offer support as well. Of course, you need to pay for it.

You might be able to get "commercial support" for perl (note the lowercase letters), but who ever is supplying the support, it's not "their product". The have far less influence when it comes to adding features or when updates do come out. (Of course, you could branch, but do you really want to go there?).

If you have a program written in C; its compiled with SUN's commercial compiler, and it has problems after applying a patch from SUN - you can call SUN (if you have the right contract). But if your program is written in Perl, and it has problems after applying the patch - then what? Rolling back the patch might not be solution, and it's far less likely SUN will come with a fix for you.

I've been a developer, and I've been a sysadmin. As a developer I know the sentiments of wanting to use whatever fancies me. As a sysadmin, I know the frustration of developers (and managers) blaming the admin if their favourite tool doesn't work on the production platform (noone ever blames their favourite tool (or themselves), it's always something else).

Does anybody have any other suggestions for a rebuttal?
Ask your manager how many support contracts they have, and what the experience is when calling for support. If they had prompt and good support from the vendors (or never had to call them), it isn't good for you. But if it turns out vendor support wasn't useful, you make a much stronger case.

Abigail


In reply to Re: Enterprise Perl? by Abigail-II
in thread Enterprise Perl? by meetraz

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.