Thank you very nice!

Where should I have looked to figure this out myself?

At 11:00 PM -0400 10/13/03, Geoffrey Young wrote:
Matisse Enzer wrote:

Can I get access to PATH_TRANSLATED in a PerlRepsonseHandler?

if you're using the mod_perl API, you can get PATH_TRANSLATED by joining $r->filename and $r->path_info. according to the docs, calling $r->subprocess_env in a void context will populate standard CGI variables in $r->subprocess_env();


if it's a normal CGI script, if you use the perl-script handler, or the modperl handler with PerlOptions +SetupEnv, you should be able to get at it via %ENV.

HTH

--Geoff


--
------------------------------------------
Matisse Enzer
Doodlelab Inc.
415-925-5294 ext. 212 (office)
415-225-6703 (mobile)

Reply via email to