in reply to [untitled node, ID 212629]
perldoc CGI for more on this. Or, you can send your header manually:print $q->header('text/html');
Other than that, I'm not sure why the Mozilla browsers aren't rendering the code. Perhaps posting the contents of the $page variable or the *.rs files would help.print "Content-type: text/html\n\n";
|
|---|