Thanks, NetWallah, this looks very promising. ++

I just installed HTTP::Server::Simple with ppm, and I'm looking into using it now.  There isn't apparently a lot of documentation containing actual examples, so I'll need to experiment a bit.  But it's exactly the kind of thing I was searching for.

Update:  Perhaps I wasn't clear in my original post, but I'm running this on a single machine, so going with a client/server model (eg. running a full-scale webserver to process the page) isn't what I was after.  I realize that http is not the way to go for processing images, but I'm only intending to use it to select images for editing.  That's where the Perl back-end would come in.

Update 2:  After fussing with HTTP::Server::Simple, I've gotta say, it ain't so Simple.  :(  However, I did come across this excellent node, written by Corion.  I'm studying it now, with the hopes of incorporating some of it into my own program, but I'm already impressed with how quickly I could get it working on my pc.  :)


@ARGV=split//,"/:L"; map{print substr crypt($_,ord pop),2,3}qw"PerlyouC READPIPE provides"

In reply to Re^2: Using Perl as a front-end and a back-end to HTML -- is it possible? by liverpole
in thread Using Perl as a front-end and a back-end to HTML -- is it possible? by liverpole

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.