Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Get the order of HTTP request headers

by arc_of_descent (Hermit)
on May 05, 2010 at 11:28 UTC ( [id://838492]=note: print w/replies, xml ) Need Help??


in reply to Re: Get the order of HTTP request headers
in thread Get the order of HTTP request headers

Thank you! I've got it working under mod_perl.

Now if only there is some way to get the Apache2::* modules working under a vanilla CGI script.

  • Comment on Re^2: Get the order of HTTP request headers

Replies are listed 'Best First'.
Re^3: Get the order of HTTP request headers
by Anonymous Monk on May 05, 2010 at 11:38 UTC
    Impossible, CGI passes http headers via %ENV
Re^3: Get the order of HTTP request headers
by ig (Vicar) on May 06, 2010 at 08:08 UTC

    There are pure Perl HTTP servers available. If you don't need the performance of of mod_perl, maybe one of these would suffice. This would give you direct access to the request.

    Is there any reason not to use mod_perl?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://838492]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-25 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found