On 28/09/2011 14:09, Shawn H Corey wrote:
On 11-09-28 06:59 AM, Francisco Rivas wrote:
Hello, I am planning to write a very small stand alone application to
write
some file and I would like to know which is the best/recommended GUI
library
for Perl. I have read about wxPerl, GTK2, PerlQT4 and even Tk, but I
would
like to know what people recommend from their experience.

Thank you very very much in advance for your time and comments. Have a
very
nice day.


Perl/Tk has the best documentation. If you're only doing one program
with a GUI, I would recommend it. If you're going to be doing many,
learn WxPerl.

I agree. wxPerl has by far the best design and API, and is fully
portable if that is a consideration.

Perhaps if you never expect to write another GUI interface then Perl/Tk
may get you up and running a little quicker.

Rob

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to