Help for this page
sub test_url { my ( $uri, $server ) = @_; ... # make sure that the path is limited to the docs path return $uri->path =~ m[^/starteam_area/]; }