On Sat, May 17, 2008 at 11:12 AM, Gowtham M <[EMAIL PROTECTED]> wrote:
snip
> This may not be encryption but it might help in hiding your perl code.
>
> You might consider compiling your perl code to a native binary.
>
> http://www.indigostar.com/perl2exe.htm
snip
perl2exe suffers from the same pr
On Sat, May 17, 2008 at 08:42:54PM +0530, Gowtham M wrote:
> I believe there is one such tool available in standard perl distro (perlcc)
> This perlcc was experimental when I first had a look at it (long time back),
> not sure how stable it is now.
You'll no doubt be very pleased to hear that it
On Wed, Apr 30, 2008 at 10:41 AM, Anirban Adhikary <
[EMAIL PROTECTED]> wrote:
> Dear list
Hello
>
> I want to encrypt my perl source code. I am using some modules in my code.
> Among them some are downloaded from CPAn as well as some are written by my
> -self. So how to encrypt all perl codes
From: Jerald Sheets <[EMAIL PROTECTED]>
> I have to second what Chas. is saying here.
>
> The "perl way" doesn't lend itself well ideologically to what you're
> attempting to do. If you wanted to hide your source, or create a
> proprietary product, maybe perl wasn't the best route for you.
>
I have to second what Chas. is saying here.
The "perl way" doesn't lend itself well ideologically to what you're
attempting to do. If you wanted to hide your source, or create a
proprietary product, maybe perl wasn't the best route for you.
Call it a language, call it a scripting language,
Anirban Adhikary wrote:
Dear list
Hello,
I want to encrypt my perl source code. I am using some modules in my code.
Among them some are downloaded from CPAn as well as some are written by my
-self. So how to encrypt all perl codes includes the modules.
perldoc -q "How can I hide the source
On Wed, Apr 30, 2008 at 1:52 AM, Anirban Adhikary
<[EMAIL PROTECTED]> wrote:
> I Have gone through google and CPAN and finds some information over there .
> can it be helpful for completion my purpose. U people please suggest.
>
> If my program name is rundbload.pl
>
> perl -MO=Bytecode,-H,-b,-k
I Have gone through google and CPAN and finds some information over there .
can it be helpful for completion my purpose. U people please suggest.
If my program name is rundbload.pl
perl -MO=Bytecode,-H,-b,-k,orundbload rundbload.pl
http://search.cpan.org/~nwclark/perl-5.8.8/ext/B/B/Bytecode.pm
On Wed, Apr 30, 2008 at 1:11 AM, Anirban Adhikary
<[EMAIL PROTECTED]> wrote:
> Dear list
> I want to encrypt my perl source code. I am using some modules in my code.
> Among them some are downloaded from CPAn as well as some are written by my
> -self. So how to encrypt all perl codes includes t
Dear list
I want to encrypt my perl source code. I am using some modules in my code.
Among them some are downloaded from CPAn as well as some are written by my
-self. So how to encrypt all perl codes includes the modules.
Thanks&Regards in advance
Anirban Adhikary
10 matches
Mail list logo