Out of curiosity, since you aren't running a web server and all of this is local, why is there a requirement to display this in Firefox in the first place?

If the base requirement is to have a GUI, then there are lots of ways to do that which do not involve the browser at all! I've made some pretty fancy GUI's with Tk, but there are other options. I'm just wondering if we may all be pounding away at the wrong "solution"? If the real question is "hey, I want a GUI", then the discussion goes into a whole different direction and probably should be a new thread.

As another server option, one project that I'm working on (not done yet), is to get a Raspberry Pi 3 up and working with an Apache server for my "testing play box". I should be able to do this for less than $100 + brain sweat. This thing actually has enough horsepower to be a full Unix server the size of my palm.

Update: see XY Problem


In reply to Re^3: Execute a Perl script in a browser by Marshall
in thread Execute a Perl script in a browser by federico-perlmonks

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.