Hi,
i'm trying to substitute my old cgi %ENV with
$r->headers_in ...
(In my code $r is $apache)
So i try this, but i get no entries for n the hash,
why???
(modperl 2)
(this code is used in a handler in the SSI phase)
my %temp = $apache->headers_in;
foreach (keys %temp) {
print $
Hi there,
On Sat, 15 Nov 2003, [iso-8859-1] "SUCH SANMARTÍN, GERARD" wrote:
> i'm trying to substitute my old cgi %ENV with
> $r->headers_in ...
>
> my %temp = $apache->headers_in;
Isn't $apache->headers_in a hashref?
73,
Ged.
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info:
Hi there,
I've recently started converting many of the scripts on my Web site to
use mod_perl in the interest of increasing performance.
I've run into a strange problem with Apache::SSI -- only the first few
SSIs are processed, while the rest show up as SSI tags in the document
sou
Ged Haywood wrote:
Hi there,
On Sat, 15 Nov 2003, [iso-8859-1] "SUCH SANMART?N, GERARD" wrote:
i'm trying to substitute my old cgi %ENV with
$r->headers_in ...
my %temp = $apache->headers_in;
Isn't $apache->headers_in a hashref?
Yes. It returns an APR::Table object, which is a also a tied h
FYI
Original Message
Subject: Perl 5.6.2
Date: Sat, 15 Nov 2003 14:00:12 +0100
From: Rafael Garcia-Suarez <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
When great or unexpected events fall out upon the stage of this
sublunary word--the mind of man, which is an inquisitive k
I use the development perl-server under my home directory named
/home/ceverett/apache/bin/httpd-perl with user 'ceverett' and
group 'ceverett' while I'm logged in as root.
Not sure whats going on here ...
I included the results of a "make test TEST_VERBOSE=1" below.
t/httpd -f `pwd`/t/httpd.conf