I've got this large script (CGI app written in Perl) that basically goes through various files of data in order to generate a schedule for staff members. In one of the larger loops the script seems to just die. There is no feedback from the browser (blank page), no errors display, etc..,. I'm using the CGI module to grab the values from the form response. Any idea what could be causing this problem? I've checked the loops and if they were somehow infinite the browser would keep chugging along. There are no exits or premature returns in place to make it look like the script has indeed finished. I'd appreciate any help on this one. Thanks.