Cody Pendant has asked for the wisdom of the Perl Monks concerning the following question:
They've been experiencing the following error message:
Now apart from the whole scary thing that they're using an application so old that it's using cgi-lib instead of CGI.pm, what does that mean and how can it be fixed/avoided?cgi-lib.pl: reached end of input while seeking boundary of multipart. Format of CGI input is wrong
I'm assuming that it's trying to upload a file but not getting an EOF that it recognises, or something?
--
Every bit of code is either naturally related to the problem at hand, or else it's an accidental side effect of the fact that you happened to solve the problem using a digital computer.
M-J D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cgi-lib.pl error messages
by chromatic (Archbishop) on Mar 14, 2003 at 23:54 UTC | |
|
Re: cgi-lib.pl error messages
by tachyon (Chancellor) on Mar 15, 2003 at 02:49 UTC |