##
&MYMod::Add::Add($r);
####
my $r = Apache->request;
# Standard stuff, with added options...
my $apr = Apache::Request->new(
$r,
POST_MAX => 10 * 1024 * 1024, # in bytes, so 10M
DISABLE_UPLOADS => 0
);
####
&MYMod::Add::Add($r);