Re: how to reun perl script on other pc without having to install perl

2008-05-05 Thread Jenda Krynicky
From: David Nicholas Kayal <[EMAIL PROTECTED]> > Yes, have you heard of a product called perltoexe by activestate? > > On Sun, 4 May 2008 [EMAIL PROTECTED] wrote: > > > Hi, > > What must I do to my perl script so that my friends can run my perl script > > from their computer, using windows as th

Re: how to reun perl script on other pc without having to install perl

2008-05-05 Thread David Nicholas Kayal
Yes, have you heard of a product called perltoexe by activestate? On Sun, 4 May 2008 [EMAIL PROTECTED] wrote: Hi, What must I do to my perl script so that my friends can run my perl script from their computer, using windows as the operating system, without having to install perl into their s

Re: how to reun perl script on other pc without having to install perl

2008-05-03 Thread Gunnar Hjalmarsson
[EMAIL PROTECTED] wrote: What must I do to my perl script so that my friends can run my perl script from their computer, using windows as the operating system, without having to install perl into their system. Technically, this conversion is it called compiling? http://search.cpan.org/perldoc

Re: how to reun perl script on other pc without having to install perl

2008-05-03 Thread Chas. Owens
On Sun, May 4, 2008 at 1:09 AM, J. Peng <[EMAIL PROTECTED]> wrote: > On Sun, May 4, 2008 at 12:58 PM, <[EMAIL PROTECTED]> wrote: > > What must I do to my perl script so that my friends can run my perl > script from their computer, using windows as the operating system, without > having to inst

Re: how to reun perl script on other pc without having to install perl

2008-05-03 Thread Chas. Owens
On Sun, May 4, 2008 at 12:58 AM, <[EMAIL PROTECTED]> wrote: > Hi, > What must I do to my perl script so that my friends can run my perl script > from their computer, using windows as the operating system, without having to > install perl into their system. > Technically, this conversion is it

Re: how to reun perl script on other pc without having to install perl

2008-05-03 Thread J. Peng
On Sun, May 4, 2008 at 12:58 PM, <[EMAIL PROTECTED]> wrote: > What must I do to my perl script so that my friends can run my perl script > from their computer, using windows as the operating system, without having to > install perl into their system. Sorry to tell you, it's impossible. Trying

how to reun perl script on other pc without having to install perl

2008-05-03 Thread itshardtogetone
Hi, What must I do to my perl script so that my friends can run my perl script from their computer, using windows as the operating system, without having to install perl into their system. Technically, this conversion is it called compiling? Thanks