I've built a set of tools I use in my day-to-day work and I would like to make them look a bit more "professional" in order to sell them to financial institutions.
At the moment these tools are written in Perl and are executed from a DOS command line, it's extremely efficient but it doesn't look very attractive.
So, I would like to add a user interface to it but I don't really know what to use for language knowning that :
- A Perl CGI interface hosted on the web is not an option since the information to be given as input is quite sensitive.
- It would be ideal to sell it as a package/executable.
- I don't really like the Perl/Tk interface.
- I'm ok with rewritting the application in another language but I would prefere to reuse the main modules in Perl since it's very powerful with regular expressions and lists/arrays.
What would you advise me to do ? Thanks, Lory