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 program with Perl or i will 
> have to use other
> language.
>
> Please help me to take a decision.
> Regards  and good weekend.
snip

You will need a toolkit for the GUI.   Available options are

Tk -- http://search.cpan.org/~ni-s/Tk-804.027/pod/overview.pod
Gtk2 -- http://search.cpan.org/~tsch/Gtk2-1.146/Gtk2.pm
Wx -- http://search.cpan.org/~mbarbon/Wx-0.77/Wx.pm

You will also either need to get the users to install ActivePerl and
all of your dependencies or you will need to create executables with
PAR::Packer

http://search.cpan.org/~smueller/PAR-0.976/lib/PAR.pm
http://search.cpan.org/~smueller/PAR-Packer-0.976/lib/PAR/Packer.pm

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to