<%perl> $m->clear_buffer; # The next two lines are necessary to stop Apache from re-reading # POSTed data. $r->header_out('location' => $location); $m->abort(302); <%args> $location