On a legally helpful (rather than technically helpful) note:

In the US, you automatically have an explicit, exclusive copyright on any written work as soon as you pen it. Your Perl code is protected under the same laws which protect poets and novelists. As such, it should only be neccessary to make sure that your "pal" is very aware of this (i.e. "Hey, pal, before I mail this to you, please reply indicating that you are fully aware that this code is protected under US Copyright and I in no way grant you any rights to use, reprint, reproduce or make publicly availible this written work. Thanks, mom loves you, AM")

Of course in this case you'll still run the risk of him or her being inspired by your work (the risk all authors run everytime they publish), but you do have quit a bit of legal recourse in the case that your code is plagarized wholesale.

(Yeah, I know this isn't very helpful, but I think it's neat that code is considered written speech and so falls under the same legal jurisdiction. Another way in which Perl is poetry.)

The Autonomic Pilot


In reply to Re: Compiling Perl? by mcwee
in thread Compiling Perl? by Anonymous Monk

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.