agandre has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I recently created a form using Perl/CGI. THe form takes in a bunch of data and generates an e-mail. Now, whenever I use IE, after my e-mail is generated, and I try to use the BACK button to go the previous page, I get a STACK OVERFLOW or OUT OF MEMORY. Most of the fields in the form are text boxes and one of the text boxes usally has a lot of data, may be over 1000 lines. Why would that be? Amit

Replies are listed 'Best First'.
Re: Perl/CGI script Stack Overflow
by Nitrox (Chaplain) on Nov 21, 2002 at 20:25 UTC
    Got Code?

    -Nitrox