On Wed, 13 Sep 2000, Geoffrey Young wrote:
> > My other question is about Apache::Request. Why does this:
> >
> > my $apr = Apache::Request->new($r);
> > my @params = $apr->param;
> >
> > poon the parameters listing when it runs? If I have a page
> > that contains
> -Original Message-
> From: Todd Finney [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 13, 2000 3:09 AM
> To: [EMAIL PROTECTED]
> Subject: Re: handler not quite doing what I expect
>
>
[snip]
>
> My other question is about Apach
Ok, I think I figured it out. I neglected to mention it before, but the
error I was getting was
(8)Exec format error: [path to the content filename]
The problem was here:
( trimmed down, with the param call moved up into the main handler. I have
a question about that, too)
sub print_compo
Hi,
I have a handler - we talked about it a few weeks ago, Templating Redux -
that mostly works. It takes any page request, and wraps it in a template
file while also adding some cookie-defined components to the template. One
of the problems it is having is when I try to insert a cgi script