Re: overriding a custom compiled perl binary

2011-11-16 Thread Shawn H Corey
On 11-11-16 12:38 AM, Danny Wong (dannwong) wrote: Hi all, I received a custom compiled perl binary version, years ago. The path location of the perl binary and lib paths are hardcoded. Is there a way for me to override this path setting, so the custom perl binaries are not looking at

Re: Fwd: RE: overriding a custom compiled perl binary

2011-11-16 Thread Peter Scott
On Wed, 16 Nov 2011 02:25:18 -0500, shawn wilson wrote: > Yes, it was 5.6.1. I wish I had the perl source code to compile. That > would be the simplest solution. The perl binaries where provided by a > vendor and the product only works with the customized version of perl > they compiled for us. The

Fwd: RE: overriding a custom compiled perl binary

2011-11-15 Thread shawn wilson
t;Danny Wong (dannwong)" Date: Nov 16, 2011 2:00 AM Subject: RE: overriding a custom compiled perl binary To: "shawn wilson" thanks for the information. Yes, it was 5.6.1. I wish I had the perl source code to compile. That would be the simplest solution. The perl binaries where provide

Fwd: Re: overriding a custom compiled perl binary

2011-11-15 Thread shawn wilson
/me grumbles about the reply-to on this list -- Forwarded message -- From: "shawn wilson" Date: Nov 16, 2011 1:57 AM Subject: Re: overriding a custom compiled perl binary To: "Danny Wong (dannwong)" Override - no. Append to - export PERL5LIB (assuming perl

overriding a custom compiled perl binary

2011-11-15 Thread Danny Wong (dannwong)
Hi all, I received a custom compiled perl binary version, years ago. The path location of the perl binary and lib paths are hardcoded. Is there a way for me to override this path setting, so the custom perl binaries are not looking at that specific directory or needs to be in the

Re: PERL binary conversion

2010-01-20 Thread Shan
Thank u for your quick reply. How to install following module.or How to install following module in my system.I'm working in WINDOWS NT. Convert::Binary::C;Thanks and Regards,Shan BTW, it's perl or Perl, but never PERL. I am guessing your new to this list because your making a few common fa

Re: PERL binary conversion

2010-01-19 Thread Dermot
2010/1/19 Shan : > - Original Message - From: "Dermot" > To: "Perl Beginners" > Sent: Monday, January 18, 2010 5:42 PM > Subject: Re: PERL binary conversion >> 2010/1/18 Shan : >>> >>> Thank u for your quick reply. >>>>

Re: PERL binary conversion

2010-01-18 Thread Sisyphus
- Original Message - 2010/1/18 Shan : I'm using ActiveState.May I use CPAN module for that.If so how it would be. First: ppm install MinGW Then: cpan -i Convert::Binary::C It's the same with Strawberry Perl, except that with Strawberry Perl you already have MinGW, so there's no

Re: PERL binary conversion

2010-01-18 Thread Dermot
2010/1/18 Shan : > Thank u for your quick reply. > > > Thanks, > Shan > > - Original Message - From: "Dermot" > >> 2010/1/18 Shan : >>> >>> Hi All, >>> >>> >>> How to install following module.or How to install following module in my >>> system.I'm working in WINDOWS NT. >>> Convert::Binary

Re: PERL binary conversion

2010-01-18 Thread Dermot
2010/1/18 Shan : > > Hi All, > > > How to install following module.or How to install following module in my > system.I'm working in WINDOWS NT. > Convert::Binary::C;Thanks and Regards,Shan Hi Shan, What Perl have you got installed? ActiveState's or Strawberry's? They will have their own means of

PERL binary conversion

2010-01-18 Thread Shan
Hi All, How to install following module.or How to install following module in my system.I'm working in WINDOWS NT. Convert::Binary::C;Thanks and Regards,Shan -- DISCLAIMER: This message and any attachments are solely for the intended recipient and may contain confidential or privileged inform

Re: Perl Binary to Perl Code

2006-06-30 Thread JupiterHost.Net
I BioKid wrote: Dear All, I have a dozen perl and perl-cgi program that converted in to binary files. Is there any code / prggram available to get the source code out of it ? The answer is still the same as last week when you asked this :) It depends how the binary was made and if that syst

Re: Perl Binary to Perl Code

2006-06-30 Thread JupiterHost.Net
I BioKid wrote: Dear All, I have a dozen perl and perl-cgi program that converted in to binary files. Is there any code / prggram available to get the source code out of it ? Why do you keep posting this email, is your client in a loop or something? -- To unsubscribe, e-mail: [EMAIL PROTECT

Perl Binary to Perl Code

2006-06-30 Thread I BioKid
Dear All, I have a dozen perl and perl-cgi program that converted in to binary files. Is there any code / prggram available to get the source code out of it ? This is my out put when am giving file command $ file alignscr.p alignscr.p: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for

Perl Binary to Perl Code

2006-06-30 Thread I BioKid
Dear All, I have a dozen perl and perl-cgi program that converted in to binary files. Is there any code / prggram available to get the source code out of it ? This is my out put when am giving file command $ file alignscr.p alignscr.p: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for

Re: Perl Binary

2004-08-31 Thread Chris Devers
On Tue, 31 Aug 2004, Eduardo Vázquez Rodríguez wrote: I am looking for a way of creating a "perl binary", my intention is that no one can read the scripts in a human readable way. There is no reliable way to do this. There is a product called perl2exe, which can make Windows executable

Re: Perl Binary

2004-08-31 Thread Jenda Krynicky
From: Eduardo Vázquez Rodríguez <[EMAIL PROTECTED]> > Hello everybody out there using Perl- Im doing a perl scripts, which > objective is to parse text. > > I am looking for a way of creating a "perl binary", my intention is > that no one can read the scripts in a

Perl Binary

2004-08-31 Thread Eduardo Vázquez Rodríguez
Hello everybody out there using Perl- Im doing a perl scripts, which objective is to parse text. I am looking for a way of creating a "perl binary", my intention is that no one can read the scripts in a human readable way. Thanks in advance -- Eduardo Vázquez Rodríguez <[EM