Re: perl byte code generation
- From: anders.u.persson@xxxxxxxxx (Anders)
- Date: Mon, 31 Mar 2008 03:22:23 -0700 (PDT)
On 31 Mar, 08:41, anirban.adhik...@xxxxxxxxx (Anirban Adhikary) wrote:
Dear list
I want to compile a perl code into some encrypted format . My main goal is I
don't want to give anyone my source code and I want only to give the
executable. These codes will run only on Unix flavors O.S. So how to do this
. I have tried with perlcc but not getting the output. One more thing is
there any good free third party tool available for this type of job ?
Thanks & Regards in advance
Anirban Adhikary.
Hi!
i run windows, therefore may executable namn .exe
just remove it if you run eg. unix,linux or OS/X
first perlcc is very unstable, don't use it use 'pp' insteed
So if you have a perlscript called "hello.pl" do follow
pp -o hello.exe hello.pl
Under Windows you install pp as below
1. Open PPM tools
Under
EDIT-> PREFERENS Tab: Repositories
ADD
Name <Any name etc more Stuff>
Location: http://theoryx5.uwinnipeg.ca/ppms/
2. Press OK
3. View -> All package
4- Select PAR-Packer version 0.976
5. Install
The PP program is found on my machine under
c:\perl\site\bin
Work for me..
// Anders
.
- References:
- perl byte code generation
- From: Anirban Adhikary
- perl byte code generation
- Prev by Date: Problem with STAT under Windows
- Next by Date: Re: parse x.500 DN and change order displayed
- Previous by thread: perl byte code generation
- Next by thread: Problem with STAT under Windows
- Index(es):
Relevant Pages
|
|