I have been asked to build an intranet for our 300 user facility. I have done so little "web" development it is not worth mentioning. The vast majority of my perl experience is in data munging, so I need some guidance regarding web programming. Initially they'd like a phonebook app and some calendaring, maybe an RSS reader for news and events. When I first started looking at what is available module wise I thought I'd simply need CGI, but after really looking things over I'm wondering if Template::Toolkit and Mason perhaps even Catalyst may be best to get this done. There are so many choices I'm just confusing myself before I even start. At this point the most important thing for me is simply to get started. Perhaps someone can point me to some intranet samples using perl. Fortunately I don't (yet) have any firm dead lines but I know there are coming.
A few other items worth noting:

Any thoughts on design from a graphical standpoint would also be greatly appreciated.

Sweetblood

Update:
I don't have any choice on the IIS portion of this project. If I did it would linux/apache, at least they are not telling me I can only use visual studio and sharepoint.

In reply to Recommendations for an IIS intranet by sweetblood

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.