Re: GUI Module

2011-08-23 Thread Octavian Rasnita
From: "Emeka" Hello All, I am thinking of check out GUI ... so I would need to know where to start off. Is there a GUI module with Perl? Or am I going to pull one from web? Install WxPerl. It is powerful, portable, much better than Tk. Octavian -- To unsubscribe, e-mail: beginners-unsub

Re: GUI Module

2011-08-23 Thread Shlomi Fish
Hi Emeka. First of all, see: http://perl-begin.org/uses/GUI/ This is a page I set up about Graphical User Interface (GUI) Development in Perl. On Tue, 23 Aug 2011 12:29:42 +0100 Emeka wrote: > Perl-Tk ... > That looks like what I am looking for, do I need to get is from reservoir or > is it p

Re: GUI Module

2011-08-23 Thread Alan Haggai Alavi
Hello Emeka, > I am thinking of check out GUI ... so I would need to know where to start > off. Is there a GUI module with Perl? Or am I going to pull one from web? Check out WxPerl. Padre, the Perl IDE, uses WxPerl for its GUI. You will have to install `Wx` from CPAN. Regards, Alan Haggai Alav

Re: GUI Module

2011-08-23 Thread Emeka
Perl-Tk ... That looks like what I am looking for, do I need to get is from reservoir or is it part of native modules I have Glade, but I have not really figured out how best to use it ... any example On Tue, Aug 23, 2011 at 12:26 PM, Chankey Pathak wrote: > Use Glade, or Parade form builder. >