Hi Steve There somethimg I don't know is it right when I rename the test.out file to test.html the first lines Set-Cookie: sessionID=; path=/; expires=Fri, 23-Apr-2004 08:06:37 GMT Date: Thu, 24 Apr 2003 08:06:37 GMT Content-Type: text/html; charset=ISO-8859-1 appear in the browser at the top of the page does it mean that the broswer does not understand what do these line mean ? Mohamed Amin _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
No, that's fine. Those are HTTP headers that your browser does not expect to see when loading a local html file, but does expect to see when loading an HTML file from a web server. Try adding the following line near the top of search.pl: use CGI::Carp qw(fatalsToBrowser); and then doing another search. This will cause the error to print to the browser window, and might give us some more information. On Thu, 24 Apr 2003, Mohamed Amin wrote:
Hi Steve There somethimg I don't know is it right when I rename the test.out file to test.html the first lines
Set-Cookie: sessionID=; path=/; expires=Fri, 23-Apr-2004 08:06:37 GMT Date: Thu, 24 Apr 2003 08:06:37 GMT Content-Type: text/html; charset=ISO-8859-1
appear in the browser at the top of the page
does it mean that the broswer does not understand what do these line mean ?
Mohamed Amin
_________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
participants (2)
-
Mohamed Amin -
Tonnesen Steve