My personal opinion is the one you have already mentioned, PerlTk.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
Please don't take this the wrong way, but I think Perl GUI's are a complete waste of time. If you're hellbent on getting a GUI done though, PerlTk is about the only way to do it, next to making calls to ``dialog'' like so: system("dialog <em>arguments</em>"); EDIT: This is assuming you are using UNIX/Linux, and you have ``dialog'' installed (which it should be supplying you are running a UNIX variant). If you are running Windows, PerlTk's your only bet - unless someone's written a Perl module for interfacing with the WinAPI.
indienick
Junior Poster in Training
71 posts since Aug 2005
Reputation Points: 23
Solved Threads: 2
You can use Perl with XLIB.....
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
really? I'll have to look into that.
I definitely think though, that if you're interested in making a gui, just C++ or Java, or some BASIC like port to Linux (ie. Gambas). Keep the scripting and parsing language (Perl) to scripting and parsing.
indienick
Junior Poster in Training
71 posts since Aug 2005
Reputation Points: 23
Solved Threads: 2
Though you would have started your app by now.....:)
win32::GUI and Gtk are your choices.But they are not portable..Tk is easy to learn but has no native look(to OS)
WxPerl is your other good choice.
kararu
Junior Poster in Training
50 posts since Sep 2006
Reputation Points: 20
Solved Threads: 0