Help for this page

Select Code to Download


  1. or download this
    sub handler {
        my $r = shift;
        my $temp_dir =
            File::Spec->catfile(Apache2::ServerUtil::server_root, 'logs');
        my $req = Apache2::Request->new($r, POST_MAX => 1_000_000,
                                            TEMP_DIR => $temp_dir);