Re: Do it with Perl or not

2007-09-01 Thread Chas Owens
On 9/1/07, Rafael Morales <[EMAIL PROTECTED]> wrote: > Hi list, > > This my situation I love Perl, and I need to create a GUI program for a > school, but this is my > problem: > - In the school all machines are under Windows (different versions). - > So I don`t know what to do, I must to code the

Re: Do it with Perl or not

2007-09-01 Thread Octavian Rasnita
etter accessible from the keyboard, and the .exe file created is smaller. Octavian - Original Message - From: "jm" <[EMAIL PROTECTED]> To: Sent: Saturday, September 01, 2007 10:19 PM Subject: Re: Do it with Perl or not the biggest consideration will be that every m

Re: Do it with Perl or not

2007-09-01 Thread Daniel Kasak
On Sun, 2007-09-02 at 00:53 +0800, Rafael Morales wrote: > Hi list, > > This my situation I love Perl, and I need to create a GUI program for a > school, but this is my problem: > - In the school all machines are under Windows (different versions). - > So I don`t know what to do, I must to code

Re: Do it with Perl or not

2007-09-01 Thread Octavian Rasnita
01, 2007 7:53 PM Subject: Do it with Perl or not Hi list, This my situation I love Perl, and I need to create a GUI program for a school, but this is my problem: - In the school all machines are under Windows (different versions). - So I don`t know what to do, I must to code the program with Perl or

Re: Do it with Perl or not

2007-09-01 Thread Rob Dixon
Rafael Morales wrote: This my situation I love Perl, and I need to create a GUI program for a school, but this is my problem: - In the school all machines are under Windows (different versions). - So I don`t know what to do, I must to code the program with Perl or i will have to use other lan

Re: Do it with Perl or not

2007-09-01 Thread jm
the biggest consideration will be that every machine that runs your program will have to have Perl (Activestate Perl for windows) installed on that machine since it will (presumably) be an interpreted script rather than a compiled, stand-alone program. you will also need tcl-tk or whatever gui-cap

Do it with Perl or not

2007-09-01 Thread Rafael Morales
Hi list, This my situation I love Perl, and I need to create a GUI program for a school, but this is my problem: - In the school all machines are under Windows (different versions). - So I don`t know what to do, I must to code the program with Perl or i will have to use other language. Please