Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-19 01:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found