Hi,

The programs made by IndigoStar or ActiveState don't compile the perl
program into executables, but they create a .exe file that contains the perl
program and the perl interpreter. This kind of programs usually unpack the
files it contains into a temp folder and run the perl program from there
using the perl interpreter that was also unpacked.

Well, the source is not hidden at all.

PAR from CPAN can be used to hide the code, and it works fine for simple
perl programs, but not for complex ones (or at least I wasn't able to make
it work for that).

Teddy

----- Original Message ----- 
From: "Lawrence Statton" <[EMAIL PROTECTED]>
To: "Jay" <[EMAIL PROTECTED]>
Cc: <beginners@perl.org>
Sent: Tuesday, January 25, 2005 3:00 AM
Subject: Re: perl script to binary executible


> > On Mon, 24 Jan 2005 16:45:37 -0500, Manas Kulkarni <[EMAIL PROTECTED]>
wrote:
> .
> deletia
> .
>
> > > Is there a way to convert perl script to binary executable (linux
> > > platform) so that the code is not seen by the client ?
> > >


-- 
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