Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run CGI on Local Machine

Status
Not open for further replies.

eatr

Technical User
Jan 20, 2006
48
Trying to run some basic CGI locally without much success.
In Mozilla, I just get the source code. In Internet Explorer, I get a mixture of source and the expected html output.

If I don't have a webserver configured, is it possible to test this code on my local machine?

I don't plan on serving these files, I simply want to format some data as html.

thanks
 
You need an HTTP server to run CGI scripts from a web browser.


search on google for "apache setup tutorial" after you download and install the apache server.



- Kevin, perl coder unexceptional!
 
So if I want to create html pages for local use, using Perl, what do I do?

 
It's cool, I figured it out:

all the 'prints' are to an html file
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top