in reply to Retrieve, modify, & display web page
Or, comment out your open and close statements, remove the OUTPUT filehandle from your print statement, and add this:
before writing any other output.print "Content-type: text/html\n\n";
Put the script in your web server's cgi-bin directory, make it executable and load it from a browser.
That should get you started.
|
|---|