Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

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.
  • Comment on GUI application running locally in browser?

Replies are listed 'Best First'.
Re: GUI application running locally in browser?
by Perlbotics (Archbishop) on Feb 13, 2011 at 14:48 UTC
      Thanks - just to clarify before I start diving in to the code; the link mentions "Webapp" throughout. Does it apply equally to an app sitting on my hard drive, that simply uses the local browser for a GUI?
        webapp means it runs on a webserver, talks HTTP, even if its a local webserver.
      Also - CGI::AppEasy doesn't appear to exist on CPAN?

        Correct. Note also the other similar modules, one of which might be more to your liking: Squatting, Continuity.

        I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.