maybe $r->path_info is what you are after?
--Geoff
> -----Original Message-----
> From: brian moseley [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, November 29, 1999 1:04 PM
> To: [EMAIL PROTECTED]
> Subject: fragment in $r->uri
>
>
> im requesting the url
>
> http://www.maz.org/foo/index.html#perl
>
> it appears that neither $r->uri nor $r->parsed_uri retain
> any knowledge of the fragment. they both return
>
> /foo/index.html
>
> is there any way for me to retrieve the fragment info short
> of parsing $r->the_request?
>