melguin has asked for the wisdom of the Perl Monks concerning the following question:

This question has been asked previously, but it was a year ago, so I'm hoping there is more out there.

I am in the process of writing a gui program using perl and gnome/gtk. Does anyone know of any other references/tutorial/documentation other than the main GTK-Perl tutorial ?

Replies are listed 'Best First'.
Re: gtk/gnome-perl reference
by LD2 (Curate) on Jun 06, 2001 at 21:29 UTC
(ichimunki) Re: gtk/gnome-perl reference
by ichimunki (Priest) on Jun 06, 2001 at 21:48 UTC
    The latest "Perl Journal" has an excellent article with an example of writing a GNOME application using GLADE.

    Here's some helpful stuff along those lines.

    As another monk mentioned, a Google search on "gnome perl" turns up a lot of links.
(jeffa) Re: gtk/gnome-perl reference
by jeffa (Bishop) on Jun 06, 2001 at 21:12 UTC
    Have you tried widget yet? It comes with the Tk distribution.

    It is not a tutorial, but rather a demonstration of code.

    Jeff

    R-R-R--R-R-R--R-R-R--R-R-R--R-R-R--
    L-L--L-L--L-L--L-L--L-L--L-L--L-L--
    
Re: gtk/gnome-perl reference
by stefan k (Curate) on Jun 07, 2001 at 12:07 UTC
    When I was coding my first Gtk-Perl application I found the following usefull (additional to the tutorial itself)

    Regards... Stefan