Hello -- I'm moving a module from MP1 to MP2. What is the MP2 equivalent of this code? Thanks!
<code>
my $q = Apache::Request->new($r,
POST_MAX => 10 * 1024,
DISABLE_UPLOADS => 1);
$q->no_cache(1);
</code>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
