Re: Running Perl programs on a machine that does not have Perl installed

2003-06-24 Thread Jenda Krynicky
From: "Dave Mamanakis" <[EMAIL PROTECTED]> > I have a perl program that I need to be able to run on all kinds of > machines. However, I cannot install perl on each of these machines. It > has to be run locally, not over a network (too many issues with > security) How can this be done? I know with s

RE: Running Perl programs on a machine that does not have Perl installed

2003-06-24 Thread NYIMI Jose (BMB)
which is similar. José. -Original Message- From: Asif Iqbal [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 7:04 AM To: Dave Mamanakis Cc: [EMAIL PROTECTED] Subject: Re: Running Perl programs on a machine that does not have Perl installed I think there is something called per

Re: Running Perl programs on a machine that does not have Perl installed

2003-06-23 Thread Asif Iqbal
I think there is something called perl2exe . Try googling it. On Mon, 23 Jun 2003, Dave Mamanakis wrote: > I have a perl program that I need to be able to run on all kinds of machines. > However, I cannot install perl on each of these machines. > It has to be run locally, not over a network (too

Running Perl programs on a machine that does not have Perl installed

2003-06-23 Thread Dave Mamanakis
I have a perl program that I need to be able to run on all kinds of machines. However, I cannot install perl on each of these machines. It has to be run locally, not over a network (too many issues with security) How can this be done? I know with several other languages, you can make an EXE or copy