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

Reply via email to