Fellow monks--

I'm looking for a little advice on a project I'm going to start undertaking.

My organization needs an intranet, and since I'm dying to use perl for just about anything I can, I would like to store the info in XML files and use XML:Parser (is that right?) to output the stuff in HTML (or XHTML). What I really need is a list of links where I can go to for info.

First thing: I really don't know too much about XML, and am only a newbie at Perl. Any good tutorials on either separately, and together, would be helpful.

Second thing: I noticed that this particular site runs like one big CGI script, and the links are really just parameters passed to it. That's pretty cool, and if there's an advantage, I'd like to do that. So what would be the advantage, and where could I learn about that?

Third: any pitfalls I should watch out for? I know to use -T, but that's about it.

Ok, I think that's it for now. Just to make it clear, you guys don't have to give me any code or anything. I'd actually prefer someone to point me in the right direction instead, but you guys usually do that anyway. Thanks again!


In reply to intranet using xml and perl by derek3000

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.