For any Perl code to be executed, be it source, optree, or bytecode, at some point you can deparse it. It's not worth the trouble.
But I am always intruiged by this kind of request. The major question that pops up is: why do you want to hide your code?
- Hiding Perl code does not prevent copying
- Hiding Perl code does not increase product value
- Hiding Perl code costs a lot of time for investigation
- Hiding Perl code will not buy you any extra customers
- Hiding Perl code means you will probably not receive patches
But there's one thing left:
- Hiding Perl code hides the code (really!)
And that's very important iff
your code is an ugly piece of crap. But if this is the case, again, hiding the code isn't the proper solution...
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.