RE: Code Generating/Compiling

2002-06-18 Thread Shishir K. Singh
Wouldn't you be needing something like perl2exe or perl2app?? Oops, one problem...they come for a price!! -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 10:22 AM To: 'Nigel Peck'; [EMAIL PROTECTED] Subject: RE: Code Gener

RE: Code Generating/Compiling

2002-06-18 Thread Bob Showalter
> -Original Message- > From: Nigel Peck [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 5:26 AM > To: [EMAIL PROTECTED] > Subject: Code Generating/Compiling > > > Hi all, > > I realise that a Perl script is comiled just before it is > run, a

Re: Code Generating/Compiling

2002-06-18 Thread Felix Geerinckx
[Thread rearranged] on Tue, 18 Jun 2002 11:06:55 GMT, [EMAIL PROTECTED] (Nigel Peck) wrote: > Felix Geerinckx <[EMAIL PROTECTED]> 06/18/02 11:30am >> Did you consider ActiveState's PerlApp > There's on slight problem, it's not free :-) (you try getting our > MD to pay for anything) It's not

Re: Code Generating/Compiling

2002-06-18 Thread Felix Geerinckx
[Thread rearranged] on Tue, 18 Jun 2002 10:52:19 GMT, [EMAIL PROTECTED] (Nigel Peck) wrote: > Felix Geerinckx <[EMAIL PROTECTED]> 06/18/02 11:30am >> >> Did you consider ActiveState's PerlApp (part of their Perl Dev >> Kit), which can compile a Perl program to an (optionally >> freestanding - i

Re: Code Generating/Compiling

2002-06-18 Thread Nigel Peck
There's on slight problem, it's not free :-) (you try getting our MD to pay for anything) It's definately something I'll keep pestering for (it comes with the ASPN subscribtion which I'm after anyway) but for now I need a solution that doesn't cost money, any ideas? Thanks Nigel >>> Felix Geeri

Re: Code Generating/Compiling

2002-06-18 Thread Nigel Peck
Sounds good, is it reliable? >>> Felix Geerinckx <[EMAIL PROTECTED]> 06/18/02 11:30am >>> on Tue, 18 Jun 2002 09:26:27 GMT, [EMAIL PROTECTED] (Nigel Peck) wrote: > I realise that a Perl script is comiled just before it is run, and > that there is no need to pre-compile a Perl script. However,

Re: Code Generating/Compiling

2002-06-18 Thread Felix Geerinckx
on Tue, 18 Jun 2002 09:26:27 GMT, [EMAIL PROTECTED] (Nigel Peck) wrote: > I realise that a Perl script is comiled just before it is run, and > that there is no need to pre-compile a Perl script. However, it is > the only way that I can think to be able to leave a Perl script at > a customer's si

Code Generating/Compiling

2002-06-18 Thread Nigel Peck
Hi all, I realise that a Perl script is comiled just before it is run, and that there is no need to pre-compile a Perl script. However, it is the only way that I can think to be able to leave a Perl script at a customer's site without them being able to see/change the code. I've read the code ge