954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

perl gui

what are the best gui module of perl? i know tk. anyone here have any more suggestion?? im a total noob in perl... pls help me..

thanks

Covinus
Junior Poster
112 posts since Mar 2006
Reputation Points: 31
Solved Threads: 0
 

My personal opinion is the one you have already mentioned, PerlTk.

masijade
Industrious Poster
Moderator
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
 

im just going to build up some computer programing skills. but im planing to build up a small system with perl. if you say perl gui is limited then it would be good because it will be a challenge to make one.

thanks for your time posting... :)

Covinus
Junior Poster
112 posts since Mar 2006
Reputation Points: 31
Solved Threads: 0
 

You can use Perl with XLIB.....

Comatose
Taboo Programmer
Team Colleague
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
 
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.

i havent started yet. im building a special project. hehehe.

but i will try to learn about Wx perl

Covinus
Junior Poster
112 posts since Mar 2006
Reputation Points: 31
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You