New Boss, New Problems. My new (and already annoying) boss adamently does not believe in the GNU, GPL or any Free Software/Open Source licesening scheme. Yet, he wants a large project written entirely in Perl (which he knows is notoriously open source) and requires that we lock up the source code somehow.

My question is probably pretty obvious: is there any reliable way to encrypt/hide/lock/make-disapear-into-thin-air Perl source so that when the program or system is distributed, the source is entirely hidden from prying eyes?

I realize that Perl is inherently open source and that, because it is intrepreted and not compilied, it is fairly difficult to keep the source from others. But if I know anything about the Perl community, it is that no matter what it is, there is some way (usually more than one way) to do it :-). Thanks a bunch all!

R.Joseph

In reply to Source Hiding by r.joseph

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.