O wise and wonderful Monks, I have an issue on which I seek your wisdom I used to code in perl extensively a few years back. Then my company moved to Oracle forms. But I loved perl and all the things that I could do with it so I am trying to work with perl again. I have created my script from which I can extract data from an Oracle database and create an html file that I can open in the browser. However this is too static. I would like to call this script from a web page to add dynamic capabilities to it. I have read the posts about this saying that I have to install a web server. However, I am pretty sure that I did this before without one. Please let me know that I am wrong or provide assistance in how to do this. This will be for two-three users only, so I would like to avoid having to add another server to the mix. If a web server is necessary, any recommendations for a minimum web server that could do the task with limited resources. I love apache and had used it a lot but that offered a lot more capabilities than I need now. This will be running on a windows 10 laptop with an SSD drive, Oracle 12c, and several development tools on it so I would like to minimize the resource footprint if possible. My previous postings were under nnigam, but I have no longer have that email and have forgotten the password.

In reply to perl scrpt from html page by nnigam1

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.