Re: Running Perl Code in Windows

2006-04-24 Thread Mazhar
Thanks Yuvraj itz working Regards Mazhar On 4/24/06, santhosh Yuvaraj <[EMAIL PROTECTED]> wrote: > > Hai, > > Your problem is because of using the wrong perl2exe version > > You should download the version with respect to your perl version. > > I thnk your perl version is 5.6.0 so download from a

Re: Running Perl Code in Windows

2006-04-24 Thread santhosh Yuvaraj
Hai, Your problem is because of using the wrong perl2exe version You should download the version with respect to your perl version. I thnk your perl version is 5.6.0 so download from any of these two packages, 1. http://www.indigostar.com/download/p2x-7.02-Win32.zip 2. http://www.indigostar.com

Re: Running Perl Code in Windows

2006-04-24 Thread Bjørge Solli
You need to have perl installed on the machine to make the executable. As far as I understand you will be able to run it on a different machine without perl installed afterwards. You may also try this: http://search.cpan.org/~smueller/PAR-0.92/script/pp http://search.cpan.org/~smueller/PAR-0.92/

Re: Running Perl Code in Windows

2006-04-24 Thread Mazhar
Dear, I am not able to make the exe with the same when i try to do so. i am getting the below error. -- C:\Perl Execute>perl2exe x.pl Perl2Exe V8.80 Copyright (c) 1997-2006 Indi

Re: Running Perl Code in Windows

2006-04-24 Thread OXx
It works fine with PAR module. http://search.cpan.org/~smueller/PAR-0.92/lib/PAR.pm Then no dependencies on others worstations. Just execute your ptogram without perl..

Re: Running Perl Code in Windows

2006-04-23 Thread John Ackley
Mazhar wrote: Hi Folks, i have written down a code in perl which is used as a file analyser. I need to run the same on Windows 2000. Should i need to install Active State Perl on the same. Is there any other alternative for running the same without installation of Active State Perl on t

Re: Running Perl Code in Windows

2006-04-23 Thread santhosh Yuvaraj
Hai, There is only one way to do this, converting 'pl' to 'exe' file. Here is the link u can download the per2exe package, http://www.indigostar.com/perl2exe.htm Best Rgds, Santhosh Yuvaraj. On 4/24/06, Mazhar <[EMAIL PROTECTED]> wrote: > > Hi Folks, > i have written down a code in pe

Running Perl Code in Windows

2006-04-23 Thread Mazhar
Hi Folks, i have written down a code in perl which is used as a file analyser. I need to run the same on Windows 2000. Should i need to install Active State Perl on the same. Is there any other alternative for running the same without installation of Active State Perl on the machine. Tha