in reply to Perl CGI Cookies "Content-Type:text/html" showing at top of html.
, "Content-Type:text/html" is shown at the top of my webpage which i dont really want. This is generated by
The solution is to not print the header twice print header(); print header();
Don't skip reading these :)
Tutorials > CGI Programming > CGI Help Guide, Troubleshooting Perl CGI scripts, CGI Programming 101, Ovid's CGI Course
|
|---|