Re: compiled perl scripts?

2003-11-03 Thread Jonathan Epstein
Especially in light of the difficulty in passing command-line arguments, have you or others been able to build simple GUI interfaces to accept user parameters, in a way that is easily encapsulated into PerlApp or one of the other mechanisms for building standalone Windows executables? E.g., I h

Re: compiled perl scripts?

2003-11-03 Thread Johan Lindstrom
At 17:40 2003-11-03, Mikzu kinos wrote: I want to compile perl scripts on win32 into executables. How do I do it? Is there a binary to use? PerlApp is good. I think perl2exe is good. PAR is good and free. /J -- --- -- -- -- -

RE: compiled perl scripts?

2003-11-03 Thread Bullock, Howard A.
I may have mis-spoke about Perlapp 5.20 and @ARGV. It appears that I saw the behavior with Perlsvc... >Bullock: >FYI: PerlSvc 4.1.2 parses the ImagePath for parameters which I capture using >@ARGV. Jan Dubois: Weird! But I think it is working now with PerlSvc 5.0 to-be, so I just may keep our ow

Re: compiled perl scripts?

2003-11-03 Thread Jan Dubois
On Mon, 3 Nov 2003 09:50:04 -0800, "Ilene Jones" <[EMAIL PROTECTED]> wrote: >I'm using PerlApp quite successfully :) We are using standard Perl libraries, >and the only problem we had was with the binding of libxml2.dll ... Once we >got the bind statement right (using the right file from the righ

RE: compiled perl scripts?

2003-11-03 Thread Messenger, Mark
sSent: Monday, November 03, 2003 10:50 AMTo: Mikzu kinos; [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Re: compiled perl scripts? I'm using PerlApp quite successfully :)  We are using standard Perl libraries, and the only problem we had was with the binding of libxml2.dll ... Once

RE: compiled perl scripts?

2003-11-03 Thread Bullock, Howard A.
ott Campbell [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 1:19 PM To: 'Ilene Jones'; 'Mikzu kinos'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: compiled perl scripts?   Hmm.  I pass command line arguments to many of my .exe's.   It shoul

Re: compiled perl scripts?

2003-11-03 Thread Tim Frodermann
Hi! > The only drawback that i have found is that you cannot pass command > line arguments to the exe (at least not that I have found)... > Of course you can, try $command_line_argument = shift; if ($command_line_argument eq "-my_argument"){ ... do something } Run the exe this w

RE: compiled perl scripts?

2003-11-03 Thread Scott Campbell
x.com -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilene JonesSent: Monday, November 03, 2003 12:50 PMTo: Mikzu kinos; [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Re: compiled perl scripts? I'm using PerlApp quite successfully :)  We

Re: compiled perl scripts?

2003-11-03 Thread Ilene Jones
I'm using PerlApp quite successfully :)  We are using standard Perl libraries, and the only problem we had was with the binding of libxml2.dll ... Once we got the bind statement right (using the right file from the right directory) all worked very well.   The only drawback that i have found

RE: compiled perl scripts?

2003-11-03 Thread Scott Campbell
Title: Message You can use "perlapp" which is part of the ActiveState PDK.  Another good one is perl2exe found at http://www.indigostar.com/perl2exe.htm.     Scott Campbell Senior Software Developer Somix Technologies http://www.somix.com -Original Message-From: [EMAIL PROTECT

RE: compiled perl scripts?

2003-11-03 Thread Messenger, Mark
You might consider the Perl Dev Kit, from Activestate:  http://www.activestate.com/Products/Perl_Dev_Kit/   It's commercial, but relatively cheap: http://www.activestate.com/Products/Perl_Dev_Kit/pricing_and_licensing.plex   And there is a 21-day free trial:  http://www.activestate.com/Produc