I'm pretty sure libapreq2 is still in beta. If you want the most complete working version of it and Apache::Request, you'll need to get the latest sources from the CPAN. But in all likelihood these later versions depend on more recent versions of mod_perl2 itself, largely because they may depend on some mod_perl functions that were unimplemented in earlier versions. So you may have to install that from source as well

In terms of production code, if you're stuck I would say either stay with Apache 1.3 or else use CGI.pm or CGI::Simple instead of Apache::Request. They're slower but much more likely to work.


In reply to Re: File upload with mod_perl2 and libapreq2 by Errto
in thread File upload with mod_perl2 and libapreq2 by stargrazer

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.