I have a Perl script that plots data using gnuplot. I declare variables at the top of my script and this feeds into a template for gnuplot. I'm looking to create a gui interface where management types can select the variables they want. So basically, I am looking for something simple to graphically select the variables the user wants and feed it into my Perl script. I've never built a gui before and I am looking for some recommendations. I will need this to be portable to Windows. I've looked at Qt, but I'm thinking that it might be overkill.
Thanks in advance.
-Dave
Thanks in advance.
-Dave