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