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

I have started using the Prima perl GUI builder, downloaded from CPAN. Everything looks great. But I dont know how to write the code for an event. Suppose I have a Button1 & InputLine1 on a form, I need to write code in the Event OnClick, so as to change the Text of InputLine1.

Can Anybody Help me... Pl its urgent...

Replies are listed 'Best First'.
Re: Help needed Using Prima GUI
by marto (Cardinal) on Mar 21, 2007 at 09:29 UTC
    In addition to reading the documentation, faq and examples, the website looks as though it may have some good resources such as the article in PDF form at the bottom of the home page titled 'A Graphical User Interface and an Image Processing toolkit for Perl'.

    Martin
Re: Help needed Using Prima GUI
by Anonymous Monk on Mar 21, 2007 at 08:11 UTC