> $Response->Write("Content-Type: text/html\n<br>" ) ;
> $Response->Write( "Content-language: en\n<br>" ) ;
> $Response->Write( "\n<br>" ) ;
>
> to send the html headers to the users's browser.
> How can I send that without displaying it as a part of the web page?
Set the content type in $Response->{ContentType}. Make sure you do this
before sending any data to the client.
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web