Greetings Baz,

I use a combination of two tools. First, install ActiveState's Perl for Windows. (I know this sounds obvious, sorry. Just covering all the bases.) Then check out Xitami, a cute little HTTP server for your PC. Why did I pick Xitami over Apache? Well, when I'm playing with CGIs on my local system, I'm typically building personal stuff. I don't need the raw power and coolness of Apache. Xitami is an "install and forget" sort of Web server. It handles CGI nicely as well as aliasing and other stuff. I wouldn't recommend it for anything other than a development "play" server, though.

-gryphon
code('Perl') || die;


In reply to Re: Simmulation of cgi scripts, offline. by gryphon
in thread Simmulation of cgi scripts, offline. by Baz

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.