If you are using a Windows System, you can go into the Control Panel, click
"Enable or Disable Windows Components" and select IIS. Depending on
your version of Windows, you should either have IIS 6 / 7, probably IIS7 if
you are using Windows 7 as well. After selecting it, let Windows Install it,
then reboot your computer, use this (http://goo.gl/Ale0z) to download and
set up Perl on IIS. Bind the webserver to your internal IP address, because
so far you probably do not need a publicly available website. Then, put the
*.cgi / *.pl file in your website root, usually C:\inetpub\wwwroot\, and
access it with your browser. It took me a few days of tinkering to get it up
and working properly, but this should suffice for now.

Otherwise, you can download Apache webserver, which comes with perl,
but the instructions for setting that up is different depending on your OS.

(http://httpd.apache.org/, http://perl.apache.org/)

On Tue, Apr 12, 2011 at 2:12 AM, prashant kaushal <p.kausha...@gmail.com>wrote:

> Thanx alan..
> please suggest the steps to configure my web server.
>
> regards
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>


-- 
Abizer Lokhandwala

Reply via email to