Well, whether you have to install a lot or not doesn't depend so much on the language, as well as on the "vendor" of the application.

I've installed many commercial products, written in C, Java, and even (partially) in Perl that don't send you to install hell. It doesn't conflict with an existing Java or Perl installation. It doesn't require you to hunt down libraries or modules which may or may not install. It comes with all bundled. I've added a complete Perl distro to the software my employer at the time was producing, just because I prefered to write some supporting scripts in Perl instead of shell or C and wanted to be sure perl was on the system.

Yes, that may mean you have five installations of Java and six times perl on the box. The price of the extra diskspace is well worth the ease of installment.

Now, I'm not suggesting you should include perl to every little application you want to distribute. But you may want to bundle in the modules your application depends on. (Of course, if you distribute your application for free, you're free to do whatever pleases you ;-))


In reply to Re: Perl and London Broil: The future of computing magic? by JavaFan
in thread Perl and London Broil: The future of computing magic? by fozz

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.