Is there a good obfuscater for Perl code?

后端 未结 15 1987
情话喂你
情话喂你 2021-01-13 20:08

Does anyone know of a good code obsfucator for Perl? I\'m being ask to look into the option of obsfucating code before releasing it to a client. I know obsfucated code can s

15条回答
  •  温柔的废话
    2021-01-13 21:03

    Please don't do that. If you don't want people to alter your Perl code then put it under an appropriate licence and enforce that licence. If people change your code when you licence says that they shouldn't do that, then it's not your problem when your updates not longer work with their installation.

    See perlfaq3's answer to "How Can I hide the source for my Perl programs? for more details.

提交回复
热议问题