Irfan J Sayed (isayed) wrote: > Hi, > > I have installed IIS on my machine (to make my machine web server). Now > i need to execute / run cgi script on my machine. > cgi script is saved in c:\irfan. > > now how should i run this cgi script in web browser. which webURL i > should give.
This is a question about Internet Information Services rather than Perl, and you should read your IIS documentation thoroughly. You should be able to connect to your own PC by using a URL like http://localhost/cgi.pl but first you will need to set up the home page folder of your web site and enable CGI, which is disabled by default. HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
