you should really use the CGI.pm module, if you're ever making html...
but try two newlines after the Content-Type stuff:
print <<"enter";
Content-type : text/html
<html>
<head><title>Search</title></head>
<body>
that may be the only thing wrong.
--
justin simoni
personal musings ~ http://skazat.com
____________________________________________________
The only possible ETHIC is to do what one wants to do.
w. burroughs
On 8/12/01 11:57 PM, "Rahul Garg" <[EMAIL PROTECTED]> wrote:
>
> Hello ,
>
> The problem goes like this-
>
> value of $mailids is coming from previous perl script
> if($emailids eq ' ' || $emailids eq '@' || $emailids eq '.' || $emailids !~
> /..+/ )
> {
> print <<"enter";
> Content-type : text/html
> <html>
> <head><title>Search</title></head>
> <body>
> #####invokes the same perl script with the error message
> ......not working in Netscape but working in IE....instead it gives the
> complete HTML code in Netscape...any solution....any suggestions
>
> </body>
> </html>
> enter
>
> }
> else
> { #### invokes the same perl script working in both Netscape
> and IE checked
>
> }
>
> Thanks
> Rahul
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]