Re: CGI output to null?



Tintin wrote:

Is there a way I can satisfy the script's need to reply, but send the information to Null, or whatever? Help?

Not a Perl question (apart from the use of 'print', which I'm sure you can handle).

print "Content-Type: text/plain\n\n";

Thanks - I'll give it a go.

Thom

.