我试图找出是否有一种方法可以在mod_perl 2下完成响应,而不返回主处理程序。到目前为止,还没有在文档中找到解决这个问题的方法。以下是我正在努力实现的目标的一个例子:# This is some mod_perl handleruse warnings;
use Apache2::Const ':common';$r->something_to_finish_the_request_immediatly(Apache2::
我需要在这些条件下雇用黑客:
my $use_hack = $page_number != 1 and我一直收到关于最后一种情况的警告Useless use of numeric ne (!=) in void context,当$total_items % $items_per_page = 0时,