>
> VI> Is there a way to get the URL of the current document in Embperl?
> Sort of like $q->>self_url in CGI.pm.
>
> Hmmm. Maybe [- $req_rec->uri -] could help? ($req_rec represents
> apache request_rec object in Embperl).
>

Or $ENV{SCRIPT_NAME} or $ENV{REQUEST_URI} depending on what you need may
also work

Gerald

Reply via email to