I am posting this here because it seems to be a server problem, not my scripting.

I have a perl/cgi program that I have been using in almost the same format for several years. It has been used on several other servers without incident.

Since moving on the RS server I have not been able to get this thing to execute properly in MSIE. Specifically, MSIE hangs and you have to end task. Works fine in Netscape 4.7x

What the program does:
1. opens a 25 kb file (flat file dbase) with about 400 lines.
2. puts in @list then does a chomp
3. split
4. then it creates a popup menu with @list in a form
5. Then the form is submitted and alters another flat file.

I can't figure out why IE would hang, but Netscape works perfectly fine. Anyone have any ideas? It is hanging before the "form" is even created.