in reply to Re: Perl truncating HTML form input
in thread Perl truncating HTML form input

Your output appears to have a variety of markup (<ul> and <li>, for example) whose source is not apparent.
CGI.pm's Dump method puts that in. Put where is Foo which is a field in the html form but not in the output?

Replies are listed 'Best First'.
Re^3: Perl truncating HTML form input
by sstevens (Scribe) on Apr 10, 2008 at 18:26 UTC
    "where is Foo which is a field in the html form but not in the output?"

    Exactly! Without the enctype, all other data was being lost!