Re: perl2exe

2012-04-18 Thread David Christensen
On 04/18/2012 07:49 PM, Somu wrote: Is there a way to convert perl code into executables? Cava Packager is one option: http://www.cava.co.uk/ I've played with it on Linux, and it worked. HTH, David -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-m

RE: perl2exe

2012-04-18 Thread Jack Maney
Somu, What you're looking for is PAR::Packer (http://search.cpan.org/dist/PAR-Packer/lib/PAR/Packer.pm), and in particular, the PAR Packager application pp (http://search.cpan.org/dist/PAR-Packer/lib/pp.pm). Sincerely, Jack -Original Message- From: Somu [mailto:som@gmail.com] Se

Re: perl2exe

2008-07-24 Thread epanda
s there another solution ? Thanks On 24 juil, 10:55, [EMAIL PROTECTED] (Stewart Anderson) wrote: > > -Original Message- > > From: Rob Dixon [mailto:[EMAIL PROTECTED] > > Sent: 23 July 2008 21:10 > > To: [EMAIL PROTECTED] > > Cc: epanda > > Subject:

RE: perl2exe

2008-07-24 Thread Stewart Anderson
> -Original Message- > From: Rob Dixon [mailto:[EMAIL PROTECTED] > Sent: 23 July 2008 21:10 > To: beginners@perl.org > Cc: epanda > Subject: Re: perl2exe > > > epanda wrote: > > > > I am using perl2exe (Oct 27, 2001) and it works fine for littl

Re: perl2exe

2008-07-23 Thread Rob Dixon
epanda wrote: > > I am using perl2exe (Oct 27, 2001) and it works fine for little script > without several .pm and it does good binary conversion. > I am working without any install of perl8.8 or 10. > > Now I want to include Win32::process which includes others > dependencies and I would like t

RE: Perl2exe

2004-05-20 Thread Toby Stuart
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 2:57 AM > To: [EMAIL PROTECTED] > Subject: Re: Perl2exe > > > In article > <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] (Manish U) writes: > >Hi

Use PAR instead. RE: Perl2exe

2004-05-20 Thread McMahon, Chris
-Original Message- From: Manish U [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 11:11 PM To: Beginners Subject: Perl2exe Hi, Can any one give me the url where i can get a free version of perl2exe. Regards Manish U ### PAR is on CPAN. The documen

Re: Perl2exe

2004-05-20 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Manish U) writes: >Hi, > >Can any one give me the url where i can get a free version of perl2exe. Consider this instead: http://search.cpan.org/~autrijus/PAR-0.80/lib/PAR.pm -- Peter Scott http://www.perldebugged.com/ *** NEW *** http://www.pe

RE: Perl2exe (U)

2004-05-20 Thread Meidling, Keith, CTR, ISD
To: SAR, JAVEED (STSD) Cc: Manish U; Beginners Subject: RE: Perl2exe Precisely, I have even bought 'perl2exe' from indigostar. But we had such a headache creating exes of some heavy files ( mostly those that required XML::Parser or JABBER modules ) that we would give up and ship

RE: Perl2exe

2004-05-20 Thread SAR, JAVEED (STSD)
sh U; Beginners Subject: RE: Perl2exe Precisely, I have even bought 'perl2exe' from indigostar. But we had such a headache creating exes of some heavy files ( mostly those that required XML::Parser or JABBER modules ) that we would give up and ship the source. Thanks Ram ( BTW do U wor

RE: Perl2exe

2004-05-20 Thread Ramprasad A Padmanabhan
abhan [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 20, 2004 12:13 PM > To: Manish U > Cc: Beginners > Subject: Re: Perl2exe > > > There is none of which I know, I too searched a lot about 2yrs ago. And > even the paid version is a pain to use. Converting perl files to &g

RE: Perl2exe

2004-05-19 Thread SAR, JAVEED (STSD)
Have a look at this site www.indigostar.com Regards javeed ** There's no place like ~/ *** -Original Message- From: Ramprasad A Padmanabhan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 12:13 PM To: Manish U Cc: Beginners Subject: Re: Perl2exe

Re: Perl2exe

2004-05-19 Thread Ramprasad A Padmanabhan
There is none of which I know, I too searched a lot about 2yrs ago. And even the paid version is a pain to use. Converting perl files to binaries is a hot topic of discussion but I dont think this is a very successful idea Ram On Thu, 2004-05-20 at 11:41, Manish U wrote: > Hi, > > Can any one gi

Re: perl2exe to run in multiple env

2003-08-27 Thread zsdc
PANNEER SELVAN wrote: Is there a way to convert the perl program to exe which run boths in > windows as well as unix? The short answer is: No. using perl2exe i could able to create the exe in one env.. but the problem > is same exe does not work in other env... I want one exe which works in both

Re: perl2exe to run in multiple env

2003-08-27 Thread Randal L. Schwartz
> "Panneer" == Panneer Selvan <[EMAIL PROTECTED]> writes: Panneer> Is there a way to convert the perl program to exe which run Panneer> boths in windows as well as unix? using perl2exe i could Panneer> able to create the exe in one env.. but the problem is same Panneer> exe does not work in o

RE: perl2exe

2002-08-14 Thread Najamuddin, Junaid
Hi, I have been using it for quite some time and never had a problem. I am using it on Win NT platform Let me know if you need further assistance A wild guess would be install perl again probably thanks junaid -Original Message- From: Scott Barnett [mailto:[EMAIL PROTECTED]] Sent: Tues

Re: Perl2exe

2002-06-03 Thread Jenda Krynicky
From: "Jackson, Harry" <[EMAIL PROTECTED]> > I am trying to compile a script to an executable in Win NT and getting > the following. > > Converting 'Search_Remedy.pl' to Search_Remedy.exe > Warning: Can't locate Tie/Registry.pm at > C:\Perl\site\lib\DBD\Oracle.pm line 106 @INC = C:\Perl\lib, > C

RE: Perl2exe

2002-05-30 Thread Najamuddin, Junaid
EMAIL PROTECTED]' Subject: RE: Perl2exe > -Original Message- > From: Shishir K. Singh [mailto:[EMAIL PROTECTED]] > > > There's perl2app that comes bundled with the Perl Dev Kit on > Active State. Unfortunately, the whole package comes with a > price. Other t

RE: Perl2exe

2002-05-30 Thread Shishir K. Singh
he require that you are doing right now. As for the conversion to exe, I too would be interested in knowing how it work / how it's done. Guys, any pointers?? -Original Message- From: Jackson, Harry [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:37 AM To: '[EMAI

RE: Perl2exe

2002-05-30 Thread Jackson, Harry
> -Original Message- > From: Shishir K. Singh [mailto:[EMAIL PROTECTED]] > > > There's perl2app that comes bundled with the Perl Dev Kit on > Active State. Unfortunately, the whole package comes with a > price. Other than that, I am not sure if there are any other > perl exe convers

RE: Perl2exe

2002-05-30 Thread Shishir K. Singh
There's perl2app that comes bundled with the Perl Dev Kit on Active State. Unfortunately, the whole package comes with a price. Other than that, I am not sure if there are any other perl exe conversion pgm. -Original Message- From: Jackson, Harry [mailto:[EMAIL PROTECTED]] Sent: Thurs

Re: PERL2EXE || PERL2BIN

2002-03-01 Thread Jenda Krynicky
From: Roman Fordinal <[EMAIL PROTECTED]> > why i can compile PERL script under Linux to binnary? I think you meant "HOW" :-) I believe there is a Linux version of PerlApp from ActiveState See http://www.ActiveState.com , look for Perl Development Kit. You might also try perl

Re: perl2exe

2002-02-27 Thread Garyl Erickson
If you're trying to run a Unix perl script on the Unix system, you could probably create an MS-DOS batch file that logs onto the remote system, then runs your perl script there, or runs a shell script wrapped around the perl script. On the other hand, if the script is runnable directly on the Win

Re: perl2exe

2002-02-27 Thread Matthew Peter Lyon
yes I believe you should have cygwin installed anyway... :) mL - Original Message - From: "Agustin Rivera" <[EMAIL PROTECTED]> To: "Craig Williams" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 12:44 PM Subject: Re: p

Re: perl2exe

2002-02-27 Thread Agustin Rivera
You might be able to run a script written for *nix if you have Cygwin installed and run it from there. Agustin Rivera Webmaster, Pollstar.com http://www.pollstar.com - Original Message - From: "Craig Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 20

Re: perl2exe

2002-02-27 Thread Jenda Krynicky
From: Craig Williams <[EMAIL PROTECTED]> > Does anyone know - will perl2exe (or a different package to create an .exe) > allow a perl script to be launched from windows explorer EVEN THOUGH the > script is written for unix (and is sitting on a unix netowrk drive)? Well ... 1)

RE: perl2exe

2002-02-06 Thread Jenda Krynicky
From: "Timothy Johnson" <[EMAIL PROTECTED]> > I think you are only supposed to get the nag message until you > register, but yeah, it's still there. I have not tried lately, but last time I did you could get rid of the message very easily (it was about 3 years ago). You were on

RE: perl2exe

2002-02-05 Thread Timothy Johnson
I think you are only supposed to get the nag message until you register, but yeah, it's still there. -Original Message- From: Gary Hawkins To: Eric Wang; [EMAIL PROTECTED] Sent: 2/5/02 8:28 PM Subject: RE: perl2exe "Perl Dev Kit's key new features include:

RE: perl2exe

2002-02-05 Thread Gary Hawkins
"Perl Dev Kit's key new features include: "PerlApp - turns your Perl programs into ready-to-run executables, which can now be built on Win 9x and HP-UX in addition to Linux and Solaris http://www.activestate.com/Corporate/Communications/Releases/Press1012886123.

Re: perl2exe

2002-02-05 Thread kim, kiseok
http://www.activestate.com/Products/Perl_Dev_Kit/ You would use PerlApp Program. Read the Page. good luck "Eric Wang" <[EMAIL PROTECTED]> wrote in message 000501c1aea6$3a5f41d0$83a7c880@inustry">news:000501c1aea6$3a5f41d0$83a7c880@inustry... | Hi guys, | I Haven't written in this forum in so lo

Re: perl2exe

2001-06-03 Thread Will W
[I'm not sure where to tack this on. Please don't put any significance on how I'm attaching this to the thread. Also, I sent the same material earlier today, but I think it went off into never-never-land. If you receive this twice, my apologies.] There is a lot of noise on this channel about perl

Re: perl2exe

2001-06-03 Thread Jody Lowes
BTW, I never said I used this product, if even why I would want to use it. I never assumed it did a good job, or even a bad job for that matter. I never said that is made the programs run faster, or even spoke of the size of the resulting exe. The question was whether or not it 'compiled' in

Re: perl2exe

2001-06-03 Thread Jody Lowes
> And "perl2exe" isn't. It's an installer maker, not a compiler. I haven't installed it yet but this is from the readme file: # Copied from pxman.html About This Program Perl2Exe is a command line utility for converting Perl scripts to executable files. This allows you to create stand alo

Re: perl2exe

2001-06-03 Thread Randal L. Schwartz
> "Jody" == Jody Lowes <[EMAIL PROTECTED]> writes: Jody> On Sunday 03 June 2001 10:26, you wrote: >> And "perl2exe" isn't. It's an installer maker, not a compiler. Jody> I haven't installed it yet but this is from the readme file: So let's look at the lies or truth-stretching... Jody>

Re: perl2exe

2001-06-03 Thread Randal L. Schwartz
> "Gerrit" == Gerrit P Haase <[EMAIL PROTECTED]> writes: Gerrit> prachi shroff schrieb am 2001-06-01, 11:04: >> Hi! >> >> I am tying to use the Perl2exe utility but am getting an error : " Invalid >> Platform :win32 ". I am running Win2000 and installed the exact versions >> recommended fo

Re: perl2exe

2001-06-03 Thread Gerrit P. Haase
prachi shroff schrieb am 2001-06-01, 11:04: > Hi! > > I am tying to use the Perl2exe utility but am getting an error : " Invalid > Platform :win32 ". I am running Win2000 and installed the exact versions > recommended for the Perl I am using. Any suggestions on this will be great > help. Ind