Dear maxwin,
if you're new to perl, the first step is to get Perl form Activestate. After you've installed Perl you need to get the HTML::Template modul. You can install modules easily using ppm - a commandline tool included in the Activestate distribution of Perl. That's well documented at the activestate site. To use the 'Exchange Log Analyzer' you'll have to create a new Webfolder in your IIS and put the .pl and the .tmpl-file into this folder. At this place the script also expects the .log files.

To be fair I have to say that the script is a proof of concept and is not designed for a production enviroment. It isn't secure so you shouldn't use it accessible from the internet.

best regards, neniro


In reply to Re^2: Exchange Log Analyzer by neniro
in thread Exchange Log Analyzer by neniro

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.