Devel-NYTProf
(2.10)
What can I say - the best profiler ever. I've used profilers in other languages as well as perl, and nothing makes finding hotspots as painless and as much fun as Devel::NYTProf
Mark Aufflick - 2009-10-12T00:14:07 (permalink)
5 out of 5 found this review helpful.
Was this review helpful to you?
Yes
No
HTTP-Server-Brick (0.1.1)
Just a comment on the above rating - thanks for the good words, but I must point out that HTTP::Server::Brick does have path info handling. From the POD:
The request object is an instance of HTTP::Request with two extra properties:
$req->{mount_path}
The mounted path that was matched. This will always be identical to $req-uri->path> for non-wildcard mounts.
$req->{path_info}
Using nomenclature from CGI.pm, any extra path (or rather, uri) info after the matched mount_path. This will always be empty for non-wildcard mounts.
Mark Aufflick - 2008-06-14T07:37:00 (permalink)
3 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No

