>>>>> "brian" == brian moseley <[EMAIL PROTECTED]> writes:
brian> im requesting the url
brian> http://www.maz.org/foo/index.html#perl
brian> it appears that neither $r->uri nor $r->parsed_uri retain
brian> any knowledge of the fragment. they both return
brian> /foo/index.html
brian> is there any way for me to retrieve the fragment info short
brian> of parsing $r->the_request?
The server never sees the "fragment", and rightfully so.
That's for the client only, to scroll down to by looking for <a name=perl>
once the page has been downloaded. The server never knows that happened.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!