I've just upgraded my installation of perl to v5.8.7 in Windows and suddenly my print header; statements don't work. I noticed that it stops working whenever there is a file that is opened using the open() statement before the print header; statement. Somehow the headers aren't successfully sent to the browser when I access the .cgi program from an external machine.
Thanks in advance.