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


in reply to GUI with clickable/selectable single-line messages

Usually Tk is the easiest way to go. If being platform independent, though still looking native is important, wxWidgets (wxPerl) is the way to go.

If you're worried about the learningcurve, you could try wxGlade, which allows you to build a GUI easily, and let it generate the code for you.

You might find the (GUI) Windows Programming FAQ useful...


Jouke Visser
Using Perl to enable the disabled: pVoice
  • Comment on Re: GUI with clickable/selectable single-line messages