Not sure why you've downloaded both ActivePerl and XAMPP.
Perl is pre-bundled in the apache xampp distro... Installing a 2nd Perl compiler might complicate or confuse things if you're just starting to learn Perl.

Update:
duh, my bad. I've never used Komodo, but I'm guessing it bolts together nicely with ActivePerl. Just be prepared for little differences in the Perl versions between XAMPP and ActivePerl. For assured complete compatibility, you should be able to configure XAMPP to use the ActivePerl installation rather than its own pre-bundled version. This of course would defeat the main purpose of combining Perl with your webserver thus being a lot slower; but this wouldn't be a huge issue while your getting started learing Perl, and CGI 'stuff'.

Perl also works fine on Microsoft IIS. Unless you've got a specific need to use apache, IIS should be adequate for most things

Also, if you do choose the IIS option, install IIS first before installing ActivePerl. This way, the ActivePerl installer will create the cgi mappings automatically. While you could definitely do this yourself, having it created for you will make it easier to get started. And having a configured working example to look at, should make configuring your webserver easier to understand too.

In reply to Re: Connecting the dots by desemondo
in thread Connecting the dots by Kamil

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.