Why are you trying to hide source?

Either you have sensitive information inside your code (in which case- you're doing it wrong) or you're trying to prevent others from using or mimicking your code (if so you're doing it wrong).

If you have sensitive info, store it in something like Cache::File or a YAML file illegible by others.

If you think you're doing something so incredible and fascinatingly useful- you're much better off choosing a gnu license and attracting interest from your peers.

Security by obscurity often ends up creating slow and dangerous code. See windows, for example. There's much debate about all this, by people who have great arguments, on all sides- of course.

If you must hide source, there are no languages that are better than others. They all have strengths and weaknesses. I'm a low level intermediate in perl- I don't get the feeling you would use perl if you want to hide code.


In reply to Re: perl script by leocharre
in thread perl script by irah

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.