On 9/1/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:

$r-> the_request will give you the HTTP header

Are not the standard CGI environment vars still available in modperl?
This code snip will dump them for your inspection:


print join "\n", "<pre>", (map {"$_ is $ENV{$_}"} sort keys %ENV),"</pre>";


--
Although efforts are under way to mitigate the problem, this message
may contain flippancy, hyperbole and/or confusing assertions.  Please
reply directly to [EMAIL PROTECTED] for clarification of any points
appearing unclear, vague, cruel, frustrating, threatening, negative,
dilletantish or otherwise unprofessional before taking action based on
misintepretation or misconstruction of such points.

Reply via email to