Your question is not clear. What do you mean by 'ripping'? Can you, or anyone else, actually demonstrate this 'ripping'? If it is due to a security vulnerability in your web server that involves a non-trivial exploit, have you contacted the vendor for support?

Normally, you stop users from reading the text of your CGI scripts by using a stable web server, and configuring it not to allow cgi scripts without the execute bit set to be sent as source. Assuming that the CGI scripts work at all, then this should be the default configuration.

Of course, there is nothing to stop someone with no respect for copyright laws from asking someone that has already bought one or more of your scripts for a copy. If that person also has no respect for copyright laws, then they will likely give that person a copy of the script anyway.

Perhaps you should be selling support contracts on your scripts, and allowing people to pay for you to make extensions on the code.


In reply to Re: Perl Security by mugwumpjism
in thread Perl Security by p3rl

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.