I can think of three possibilities:
  1. Don't distribute your application. Run it on a server that you own and control access to. Web-based (or network-based) applications are pretty much the vogue at the moment, so this is a pretty reasonable solution for many. I've worked on a lot of projects where this has been the case, and it's a pretty tried and tested method.
  2. Protect yourself legally, not technically. This might not be as hairy as it first sounds. If your primary customers are businesses, not individuals, you don't have to worry too much about people stealing your code, or distributing it legally. If your product is successful enough, you'll still make a lot of money even if people are breaking your license (e.g. lots of people pirate Windows, but Microsoft still seem to make a lot of money).
  3. Embrace Open Source and Free Software. "Free" in this context means "liberated", not "given away". It's worked for many companies (e.g. Red Hat), who mostly base their business model off charging for support.
I don't think your question actually relates to Perl specifically, and it's certainly not a technical one. It's really up to business people to get their heads around how to function in a world where the resource their dealing in (intellectual property) can't easily be locked down.

It's really really hard to lock down / hide / obscure bits on a hard drive, especially when they're executable code not data, and the language is interpreted. Perl is pretty open about this fact, but there are other systems that "pretend" it can be done (e.g. it's really easy to de-compile Flash, some Windows apps, etc).

I think it's much better to accept our reality and try to adapt to it.

In reply to Re: How can we do business with Perl by Mutant
in thread How can we do business with Perl by shonorio

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.