Well, is it really a bug or is it the intended behavior? I consider my knowledge of Perl to be intermediate, so I'm cautious to imply that he didn't indend that to happen. I did email him with the original description of the problem to the email I found in CGI::Minimal docs, but I haven't received a response.

Btw, below is a piece of discussion from comp.lang.perl.misc:

I wrote:
- As soon as I add enctype="multipart/form-data" to my form tag, my script that uses CGI::Minimal never finishes. I know the problem is in CGI::Minimal, because CGI.pm and direct read from STDIN work just fine.

Someone replied:
- Why? Because it works one but not on the other? That's not a firm argument. Perhaps it is in your code! CGI::Minimal has proved to me to be a fine piece of code. I recommend you don't vent your opinion in this way to the CGI::Minimal author.

To sum it up, I'm glad I can keep using CGI::Minimal


In reply to Re: Re: Re: Re: Re: Re: Re: CGI::Minimal does not work with enctype="multipart/form-data"? by relax99
in thread CGI::Minimal does not work with enctype="multipart/form-data"? by relax99

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.