Something to consider, how many people do I want to use my software? If you are writing a program that will be used by lots of people from a variety companies, locations then it is hard to be consultant for that sort of software. Better to either give it away, or use some sort of encryption to hide the source (for example Acme::Clean).

Your other option is that you intend to sell your software to a few large clients. Generally you sell the software for large sums of money and you can protect your code with licensing agreements. That will keep the code from being installed on every Tom, Dick and Harry's business, but I don't think it will keep your customer from installing it a few times on their site. The other advantage of this arrangement is that customers are more likely to use you in a consulting gig, so that is another potential place for income.

As for the question, 'Can you profit?' The Answer is yes, the question how can you profit becomes a bigger question. Finding a solution to a problem is one thing, it is another to convince people that your solution would solve their problem.


In reply to Re: Selling your Perl app by Herkum
in thread Selling your Perl app by whakka

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.