http://qs321.pair.com?node_id=11118990


in reply to Re: Best GUI for Perl?
in thread Best GUI for Perl?

Additionally, distributing local applications like this has been made much easier by containerizations like Docker. Instructions to the client would be,
  1. install Docker
  2. docker run mycoolapp
  3. in browser, go to https://localhost:1234578
  4. profit!
Use an exported volume so their data is always safely outside the container, and you have the recipe for pretty smooth client and maintainer experiences.