I have done quite a bit of searching but cant seem to find a up to date answer.
I am currently rewriting an application that was written in Perl. So I'm not starting from scratch.
The application currently already has a basic GUI which is written in C# .net ,but one of my goals is to create a new and improved GUI. This GUI has to implement a couple of features so it would really ease my workload if I could use a GUI builder like in .net
Now my question:
I would like to separate the GUI and the Perl logic. So in theory it should work if the GUI i create just calls the various Perl scripts -> which do something and then return something to the GUI.
Has anybody had any experience in using a C# .net created GUI to interact with various Perl scripts? If yes could you tell me some positive or negative stuff you have noticed during your experience.
I have also been playing around with tkx. I suppose i could use this, but it would defiantly increase development time. Would anyone know a GUI builder that generates perl tkx code?
I have also looked at others like TK,QT,... but the main problem is that they all have dependencies.
I would appreciate any advice. thanks