Help for this page

Select Code to Download


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