ANNOUNCE: Apache2::RequestRec::Time 1.0

2009-09-10 Thread Jan Pazdziora
ache2::RequestRec object Returns: time the request was received, in microseconds since epoch. This is microsecond-ish variant of $r->request_time(). Enjoy. Comments welcome. -- Jan Pazdziora

Re: [ANNOUNCE] Introducing GX

2011-09-21 Thread Jan Pazdziora
lanation as well. Can you provide some high level comparison to (say) Catalyst? Surely there was a reason to come up with yet another web application framework, so what are the selling points? Thanks, -- Jan Pazdziora

Re: how to run regex calculation

2020-01-09 Thread Jan Pazdziora
On Thu, Jan 09, 2020 at 05:21:38PM +0800, Wesley Peng wrote: > what does (??{$1*$2}) means? Check the perlre(1) man page for explanation of "(??{ code })". As already mentioned, other venues like Perlmonks might serve better for the generic Perl questions. -- Jan Pazdziora

PerlOpenLogsHandler, END, Devel::Cover, and coredump

2009-05-15 Thread Jan Pazdziora
occur without Devel::Cover. The versions of software are httpd-2.2.11-2.fc10.i386 mod_perl-2.0.4-7.i386 perl-5.10.0-68.fc10.i386 perl-Devel-Cover-0.64-1.fc10.i386 -- I'm using packages from Fedora 10, not compiled by myself. Have you got any hints what could be the problem or where to start looking for the cause of the segfault? Thanks, -- Jan Pazdziora

Re: Custom PerlResponseHandler for a subrequest

2024-06-04 Thread Jan Pazdziora
brequest case, and if the $cond was found true there? Do you still see the dummy-user-for-a-dummy-handler logged (with My::Ordinary::Handler content), or is that user information missing as well? How is that auth_handler configured / enabled anyway? -- Jan Pazdziora