Executables out of perl script?

Executables out of perl script?

am 20.04.2006 13:56:59 von Ajith

Hello,

I need to generate an executable out of my perl script. Please let me know
if there is any method by which the same can be implemented.

Preabmble for the requirement:
Some security cheks need to be done along with a lot of text manipulation
for which Perl was the ideal candidate.
But if the script is distributed, the safety checks can be easily removed by
the user by commenting the calling perl code.
Inorder to retain the safety checks, i must convert the perl script to some
non readable format (how about executable?) so that it can not be tampered.

Hope I will get the required information soon.

Regards,
Ajith


Mail to: Ajith.A@In.Bosch.com

Re: Executables out of perl script?

am 20.04.2006 15:18:41 von jurgenex

Ajith wrote:
> Hello,
>
> I need to generate an executable out of my perl script. Please let me
> know if there is any method by which the same can be implemented.
>
> Preabmble for the requirement:
> Some security cheks need to be done along with a lot of text
> manipulation for which Perl was the ideal candidate.
> But if the script is distributed, the safety checks can be easily
> removed by the user by commenting the calling perl code.

Yes, we heard you the first time already.

See "perldoc -q hide"

jue