Hi - welcome to Perl! > -----Original Message----- > From: Mikel Rodriguez [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 16, 2003 3:48 AM > To: [EMAIL PROTECTED] > Subject: gui with perl modules > > > First of all I would like to introduce myself. I am new to the > list and this > is my first post. My name is Mikel, I am from Venezuela and am very > interested in learning Perl. > > At the moment I am interested in building Gui's for some of the work I am > doing with Perl under linux. > I am having trouble figuring out which Perl module to use in > order to aid me > in constructing these simple Gui's. > Any ideas? > > Thank you. > > Mikel >
I would suggest Tk - found at: http://search.cpan.org/author/NI-S/Tk-800.024/ It may, in fact, already be installed in your system. At the command prompt (or in an XTerm) type: perl -e "use Tk" If you *don't* get an error, Tk is already installed! The documentation is on CPAN (use the link above); It will take you a while to catch on, but Tk is a good package and it runs on any platform (with some kind of GUI) that perl runs on. If you don't know abount CPAN yet, go to http://cpan.org and read. It is a giant depository of user-contributed perl extensions that cover almost every software requirement known to man... Good luck, and use this list. Aloha => Beau; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]