From: "Anish Kumar K." <[EMAIL PROTECTED]>

    Hi

I want to develop a windows based application with PERL. Can anyone tell me
which is best way to go..

You can use the following libraries:

Win32::GUI
It is the most simple to use, it creates accessible programs for screen
readers, it uses the standard Win32 API, but the programs can run only under
Windows.

WX
This library can create programs which are portable on more operating
systems. The interface is pretty accessible for screen readers, but the
syntax of this library is some more complicated. If you know C, you might
find it easier to use.

Tk
It is pretty much used, but it uses the TCL/Tk GUI library which is not
accessible for the screen readers. It creates portable programs.

GTK2
It is not very much used for the moment, and it is not accessible for the
screen readers. I think it creates accessible programs.

Then I assume you also want to create .exe programs.
For this you can use perlapp (from Perl Dev Kit - www.activestate.com), PAR
module (it is free - search.cpan.org), or perl2exe (from
www.indigostar.com).

Teddy


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


Reply via email to