samgold has asked for the wisdom of the Perl Monks concerning the following question:
I got the second meta line from someone elses code here. It runs the cgi script and it works fine but I want to be able to skip this step. I am new to html, apache and cgi so any help would be greatly appricated and any pointers on where to look would be great also.<html> <head> <title>HTML Test Page</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1 +"> <META HTTP-EQUIV="Refresh" CONTENT="0; URL=/cgi-bin/index.cgi"> </head> </html>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using CGI for your front page.
by stephen (Priest) on Apr 16, 2002 at 02:54 UTC | |
by dws (Chancellor) on Apr 16, 2002 at 03:09 UTC | |
|
Re: Using CGI for your front page.
by JayBonci (Curate) on Apr 16, 2002 at 03:04 UTC | |
|
Re: Using CGI for your front page.
by samgold (Scribe) on Apr 16, 2002 at 13:51 UTC |