Hi,
I'm interested in building a GUI application that runs locally in Firefox.
Basically I already have a bunch of perl functions calling secure web services that works fine from command line but now I need an interface/ to package it up for non CL users. Have not built a GUI app before, so easiest would be to build web pages I suspect.
Am starting to look at XUL::GUI - before I start, I want to know if this the right path to go down? Are there any examples of apps built using this module, and will it be able to handle calling the functions that currently run from the command line? Any other approaches to building local apps in browsers?
Thanks for any pointers.