http://www.perlmonks.org?node_id=194610


in reply to GUI applications in Perl

Hi,
as has been said you might want to look at Gtk-Perl (search for it here - there should be links to the good tutorial). I once wrote an application with it and was quite happy. Take a look at CSCMail which is a full blown EMail program with Gtk and Perl, so it should be possible to create larger applications with it (I think it is closely related to Pronto!, please look at freshmeat).

Regards... Stefan
you begin bashing the string with a +42 regexp of confusion

Replies are listed 'Best First'.
Re: Re: GUI applications in Perl
by Vennis (Pilgrim) on Sep 02, 2002 at 17:01 UTC
    I couldn't find any Gtkperl support for win32, since i further didn't find any comparisons between the two, having Tk already installed on my system, Gtk kind went out of sight.

    Beside the (lack of?) support for win32, can you tell me, or refer me to a site telling me, the main differences between Gtk and Tk ?
    - Is Gtk that much faster ?
    - Does Gtk offer less/same/more extensions ?

    Also i read that the Gtk for win32 seems to have some instability problems (btw. the referenceto the instability of other win32 software is a weak excuse on their own problems).