> "Manas" == Manas Kulkarni <[EMAIL PROTECTED]> writes:
Manas> I would like to convert my perl script into a binary executable before
Manas> deploying it on a client machine
1) why?
2) have you read the FAQ entry on that?
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 5
From: "Octavian Rasnita" <[EMAIL PROTECTED]>
> 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
al Message -
From: "Lawrence Statton" <[EMAIL PROTECTED]>
To: "Jay" <[EMAIL PROTECTED]>
Cc:
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]>
wrot
> 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 ?
> >
This should be in the FAQ.
The short answer is: *NO SYSTEM* whereby y
On Mon, 24 Jan 2005, Manas Kulkarni wrote:
> I would like to convert my perl script into a binary executable before
> deploying it on a client machine
Why?
If you want security, this won't get you much.
This is a dead end, and also a Frequently Asked Question.
It is basically not possible to
On Mon, 24 Jan 2005 16:45:37 -0500, Manas Kulkarni <[EMAIL PROTECTED]> wrote:
> Hi,
>
> 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 giv
so that the code is not seen by the client ?
Is shroud any good?
http://cpan.cbn.net.id/scripts/
Distributors of indigoperl provide a tool for doing what you want in
Windows.
Haven't tried it on Linux though.
http://www.indigostar.com/
alfred,
Manas Kulkarni wrote:
Hi,
I would like to convert my
> 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.
>
Hi,
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 w