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
Go to www.activestate.com and download Active Perl, then install Win32::GUI with PPM. It has a very clear interface for creating programs with Windows GUIs. Octavian - Original Message - From: "Rafael Morales" <[EMAIL PROTECTED]> To: Sent: Saturday, September 01, 2007 7:53 PM Subjec

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