<html><head><title></title></head> <body> Well, to test my cgi script, i done it by using the Personal Web Server 98.
First, you need to get the Windows 98 cd and find the setup file to install the PWS 98 into your local PC.
If you use Windows 95, you can get it free by downloading the PWS 95 from the Internet.
After you have install the PWS 98 inside your PC,then you can see that inside the directory which you install the PWS 98, for example C drive,
there will be a directory named 'localhost'.
The localhost folder is some sort like the remote server where you placed all your files, html and cgi that you want to publish on the net.
Inside the 'localhost' folder, you can see the 'wwwroot' folder and 'cgi-bin' folder.
'wwwroot' is used to put the html or htm files in it, whilst 'cgi-bin' folder is used to put the cgi and perl files in it.
Now, you need to configure the path from the 'cgi-bin' folder to the Perl program inside your PC.
For this, you need to have the Perl program inside the PC such as the ActiveState Perl from Active State website
To configure the path, you need to open the regedit from Start-->Run-->Regedit
Here is the url for you to do the step-by-step instruction on how to use the Perl with PWS
http://support.microsoft.com/
http://www.discusware.com/

In reply to Re: How do i enable my win98 system to run/test CGI scripts that i've written ? by vrempire
in thread How do i enable my win98 system to run/test CGI scripts that i've written ? by Anonymous Monk

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.