1. Is there a perl solution for this?
Not as far as I know. If I understand your question correct, then that would require something (a plugin) that is in principle a Perl installation (executable + modules) that is dynamically loaded by the browser and has access to the browsers resources, especially the GUI (canvas?). A Perl-Applet Runtime Environment so to speak? IMHO too complicated, if it cannot be easily mapped to an already available Perl installation...and even when limited to Windows and IE.
2. And if there isn't, does anyone have a recommendation on an easier to use low cost programming solution (think like perl!!) that would work for this type of problem?
Easiest perlish solution that I can think of is a local mini HTTP-server that runs on behalf of the user (with reduced privileges) and presents the GUI in HTML (+Javasrcipt if required). Eventually, any off-the-shelf browser becomes a HTTP- and HTML-based user interface for your application. The server would allow connections from localhost only and ideally from the the same authenticated user. Maybe something that uses POE::Component::Server::HTTP or HTTP::Daemon?

Even downloading Papplets(?) and running them by your server could be made possible, but it would be very hard to make them work secure (Signed Papplets?)... at least it sounds like a CUFP. Maybe it's easier to use a Java-Applet right from the start...


In reply to Re: Perl Browser Plugins by Perlbotics
in thread Perl Browser Plugins by bkiahg

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.