David Nicol wrote:
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>";

Depends on SetHandler being modperl or perl-script
AND
PerlOptions +/- SetupEnv


--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

Reply via email to