> I would like to convert my perl script into a binary 
> executable before 
> deploying it on a client machine
> 
> I checked on google and found "perlbin" at sourceforge.net but that 
> does not seem to work. It gives compilation error with handy.h file 
> which is the perl distribution file.
> 
> Is there a way to convert perl script to binary executable (linux 
> platform) so that the code is not seen by the client ?

This question comes up a lot. The short answer is "no", there is no
perfect way to hide your code from prying eyes. You should take a look
at PAR http://par.perl.org/index.cgi

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to