This always strikes me as odd. "I want you to install MS Office on this machine, but without DLLs." That's basically what the requestor is asking for. Or maybe, "I want to see all those animations on the web, but on a machine without Flash or Java installed." Or even, "I want to run Excel on my toaster oven." The proper answer should be something along the lines of laughing at the requestor for a few minutes before calming down and asking, "You're kidding, right?" Feel free to adapt to your own personality - my personality is somewhat snarky, so it may not be in line with who you are. Under no circumstances should the answer be, "Uh, ok."

With our off-the-shelf software, we have some Java-based programs. We install Java with our software. Another of our products (not my department) use perl for some of their command-line tools. They install perl with their software. (Boy do I wish my department would go along with that ;-})

I'd suggest something along the lines of, "Oh, it doesn't have perl? Let's fix that, and then my scripts will work wonderfully." If they insist on not installing perl, then explain that you use perl like a DLL - and in the same way that Word wouldn't work without its DLLs, your scripts won't work without perl.

Way safer than introducing yet another item in the mix - an item you haven't been testing with for months.


In reply to Re: Requires behaviour when PERL is compiled by Tanktalus
in thread Requires behaviour when PERL is compiled by Scarborough

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.