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

Writing a GUI application is never as simple as for equivalent console
application, but if you're up for the challenge I highly recommend
using WxWidgets with its WxPerl front end

 http://www.wxwidgets.org/
 http://wxperl.sourceforge.net/

It is platform-independent and has been designed from scratch instead of
shoehorning an existing windows API into an alternative use.

HTH,

Rob


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


Reply via email to