I am starting to look at XUL::Gui as a means of building a front end to a pre-existing Perl application, before I dive into all the doc I want to check how I would deliver all this. So far in the doc I can see I have to start my example from the command line, which launches a Perl server and a browser. A few questions:
How to launch the program from a GUI (and an icon to start up the GUI) as per usual programs, which launches the Perl server in the background, so that all that comes up is the browser? Would this also launch the Terminal/ command line too - that should be suppressed, so how to do that?
Is it possible to name the browser something "Here is your application" so that it is clear that is the new application that users should be looking at, not another browswer window they have open.
How to bundle it up for delivery - can all the above be done in PAR (I've never used PAR, I just see that it is the common answer for this question).
Thanks for any pointers