I have a simple html form that sends 3 values to perl cgi script. The perl script then makes some calculations and prints the results to the browser. It also writes the values to a file with some other static text. Problem is that the values don't get saved to the file. The file is created and the static text shows up in the file on both sides of where the values should be, if I print the variables to the browser it shows them correctly. Now for the bizarre part, if I do this in an old version of netscape (4.7) then it works fine but any other browser I have tried (IE, Netscape 7.1, Opera) it gives me this problem, which is really strange since I can't see how the browser has any effect on the server side of things. I have tried the script on both MS IIS and Apache with the same result.
-- Chris Woodhouse 3147 SW 127th St. Oklahoma City, OK 73170 405-691-5206 N35° 20.492' W97° 34.342' "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759 Historical Review of Pennsylvania --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
