Re: How to make a perl program to an exe file

2006-11-21 Thread Chad Perrin
On Tue, Nov 21, 2006 at 03:32:39PM -0700, Himanshu Ardawatia wrote: > I am afraid if thats possible unlike 'c' programs. > In unix otherwise you can make any script 'executable' by chmod a+x > scriptname and putting that in $PATH (or /bin). Then one should be able to > run it just like any unix com

RE: Hello to Perl World

2006-11-21 Thread Krishnakumar K P
http://www.textpad.com/ is also very good. -Original Message- From: Todd W [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 1:40 AM To: beginners@perl.org Subject: Re: Hello to Perl World "Tom Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > If you

Re: How to make a perl program to an exe file

2006-11-21 Thread kilaru rajeev
Hi Dharsana, Please check this link. http://perldoc.perl.org/perlcc.html I hope this will clarify your questions. Regards, Rajeev Kilaru On 11/21/06, kilaru rajeev <[EMAIL PROTECTED]> wrote: There are some programs call "perlcc" like that. You can change Perl files as the executable. rgds,

Re: How to make a perl program to an exe file

2006-11-21 Thread santhosh Yuvaraj
Refer this link, http://readlist.com/lists/perl.org/beginners/4/21371.html Best Rgds, Santhosh Yuvaraj. On 11/21/06, Dharshana Eswaran <[EMAIL PROTECTED]> wrote: Hi all, I have a perl program in a folder along with 2 more files associated to the main program. I need to know how to create a

RE: How to make a perl program to an exe file

2006-11-21 Thread Krishnakumar K P
Try Perl2Exe http://www.indigostar.com/. the only drawback i found is that the size of exe is huge. Krishnakumar K.P -Original Message- From: kilaru rajeev [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 11:08 AM To: Dharshana Eswaran Cc: beginners@perl.org Subject: R

Re: How to make a perl program to an exe file

2006-11-21 Thread Dharshana Eswaran
Hi Rajeev, I tried using Perlcc, but the following error occurs. bash$ perlcc zzz.pl Can't exec "gcc": No such file or directory at /XXX/xxx/perl/bin/perlcc line 347. bash$ What does this mean? or Where it has gone wrong? Thanks and Regards, Dharshana On 11/22/06, kilaru rajeev <[EMAIL PRO

Re: How to make a perl program to an exe file

2006-11-21 Thread Dharshana Eswaran
Hi All, I tried getting the executable from Perl2exe, but when i run the program i get the following error: D:\in2309c\Perlexe\p2x-8.80-Win32>perl2exe example.pl Perl2Exe V8.80 Copyright (c) 1997-2006 IndigoSTAR Software This is an evaluation version of Perl2Exe, which may be used for 30 days.

Re: How to make a perl program to an exe file

2006-11-21 Thread Hal Wigoda
you may be missing the gcc compiler or not have the execute permission. On Nov 22, 2006, at 12:08 AM, Dharshana Eswaran wrote: Hi Rajeev, I tried using Perlcc, but the following error occurs. bash$ perlcc zzz.pl Can't exec "gcc": No such file or directory at /XXX/xxx/perl/bin/ perlcc line

Re: How to make a perl program to an exe file

2006-11-21 Thread Tom Smith
Dharshana Eswaran wrote: Hi Rajeev, I tried using Perlcc, but the following error occurs. bash$ perlcc zzz.pl Can't exec "gcc": No such file or directory at /XXX/xxx/perl/bin/perlcc line 347. bash$ What does this mean? or Where it has gone wrong? Thanks and Regards, Dharshana Make sure you

Free PERL Editor

2006-11-21 Thread Suja Emmanuel
Hi all, Could you please suggest me any good PERL editor which is available in open source tools. I have tried 'EngineSite Perl Editor -LITE' and 'PerlExpress' which I am not comfortable with. Kindly refer me some good bug free tools. Thanks in advance, Suja Emmanuel. The i

Re: Free PERL Editor

2006-11-21 Thread Chad Perrin
On Wed, Nov 22, 2006 at 12:15:06PM +0530, Suja Emmanuel wrote: > > Hi all, > > Could you please suggest me any good PERL editor which is > available in open source tools. I have tried 'EngineSite Perl Editor > -LITE' and 'PerlExpress' which I am not comfortable with. Kindly refer > m

type casting

2006-11-21 Thread perl pra
hi gurus, I have problem in type casting, here is the problem.. I get two values after greping and spliting a file( the values are some thing like this "367" and "522>\n") fetching of those two values from file would be in loop .. now for each interation i have to compare these values and r

RE: How to make a perl program to an exe file

2006-11-21 Thread Venkat Saranathan
Dharshana, Here is a link that you'll find useful. with warm regards, Venkat Saranathan Gulf Breeze Software www.gulfsoft.com GulfBreeze Blog www.gulfsoft.com/blog -Original Message- From: Dharshana E