> If I do not use CGI.pm, is there no way to get away with netscape.
> Some of my other scrpts work just fine in Netscape without having used
> CGI.pm

If you aren't using CGI.pm (see below), you can print the header manually.
Something like:

print "Content-type: text/html\n\n";

will send the required header.

(this is below)
However, that said, why are you not using CGI.pm?  There are precious few
good arguments not to.  To do otherwise invites security concerns to a
broad degree, not to mention requiring you to do a lot of work to reinvent
a wheel that has been done many times.

Feel free to include your code (or a "hello world" version to keep the
length down) so we can comment on specifics.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to