Yes you can.

You can use Win32::GUI. It has a more simple interface than other libraries for creating GUIs and the programs are accessible for screen readers used by the blind also.
The programs created with it will run only under Windows.

If you want to create a portable program, also accessible for screen readers, you can use WXPerl library.

You can also use Tk, or Gtk... search on CPAN.

Octavian

----- Original Message ----- From: "yitzle" <[EMAIL PROTECTED]>
To: "beginners perl" <beginners@perl.org>
Sent: Friday, March 16, 2007 2:25 AM
Subject: GUI with Perl


Can I make a GUI program with Perl?
How?

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




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


Reply via email to