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
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
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
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
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
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