I have a customer that moved his site to our servers. He has HTML pages that contain CGI/Perl and my knowledge of Perl is limited. His .HTML pages contain code like the following: <icmd name="include" file="header.html"> The above includes work on the .CGI pages but not .HTML, he also has CGI script embeding in the HTML but its wrapped with %{ and }% and I have not been able to find a embed perl module that uses that syntax. I have looked at PEE, Mason, perlembed and Apache::ASP. If you know what module I seek, I would greatly appreciate a link! Or if there is a way to modify one of the above modules to allow use of %{ and }% that would work too. Thanks! Just got FTP access to his up host and uploaded a file to dump all the perl module information, looks like HTML::Template was installed, going to try that.

In reply to What embed perl module do I need to use? by mantralapse

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.