El Viernes 30 Marzo 2007 14:33, zentara escribió: > On Thu, 29 Mar 2007 20:35:21 +0200, [EMAIL PROTECTED] (xavier mas) > > wrote: > >Hi list, > > > >I want to create an interface with Per,l like a form for a database. > > Searching in cpan.org I found many Qtk and Tk modules, but I really don't > > know what I need in order to create Perl programs that can be handled > > through an interface. > > > >Can you advise me on that? > > Tk is your best bet. Run the program "widget" to get a demo of Tk > programs. > > Qt is hardly supported, Gtk2 is good, but more difficult for a > gui-beginner. Tk is well supported, widely used, and has alot > of people to answer questions. > > Db access has been done many times, and if you can exactly > state what you need to do, many can offer sample scripts. > > Also, the newsgroup comp.lang.perl.tk and the site http://perlmonks.org > have a bunch of Tk gurus waiting to help. > > Basically, all your db access will be done thru DBI, and the gui will > just collect and display information. > > Googling and groups.google.com searching can yield alot of sample > scripts to get you started. > > If you want to see a little demo I made: > http://perlmonks.org?node_id=338291 > > zentara > > > -- > I'm not really a human, but I play one on earth. > http://zentara.net/japh.html
Thank you for your answer, zentara. Which module I need to download from cpan.org to use Tk in Perl? Greetings, -- Xavier Mas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/