in reply to
can't get value of $ENV{REDIRECT_URL}
As described in the
Apache docs
, this variable is only set in a few special cases, eg. error handling. Are you sure that the request you're making is such that it would have these available?
Comment on
Re: can't get value of $ENV{REDIRECT_URL}
In Section
Seekers of Perl Wisdom