Hello everyone, I was wondering if someone could help me out, I'm a web deisgner/xhtml builder, professionally I normally design/build a site and then pass it on to a development team for them to make the whole thing work functionally, therefore I have no knowledge of programming languages at all. However I have been asked to put together a site for a friend, as part of this site there is a links area that is included on every page. Obviously I don't want this area to be hard coded on each page due to the obvious updating issues. Therefore I wish to include a separate .htm file containing this links area, into each page. After some research I found out that this is mainly done in .asp, but after looking at my host company I have discovered that they don't support .asp only .perl and .cgi, therefore can anyone give me the complete code to be able to add my include .htm file in my core .htm files? Thanks in advance for your help. Rachael Nelson Update: I don't have SSI on the sever I am working on. Cheers Rachy

In reply to Includes in Perl by Rachy222

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.