I did a GUI app in Perl once called gRMA. It showed objects and lines using a Tk canvas. Generally I think there are better environments for programming desktop GUIs (Java, C#, etc), but if you want to do it in Perl you certainly can.
-sam
Comment on Re: Did anybody every make a Graphic interface using Perl