> sub handler : method {
>   my($class, $r) = @_;
>   my $subr = $r->lookup_uri('/index.php?a=1&b=2');

    $r->assbackwards(0);

>   return $subr->run();
> }

> And this works like a charm (the content on the php-script is parsed and
> executed), except for the headers. I don't get any headers generated
> from the php-script. Is there any way of getting them through to the
> user?

try the above.

--Geoff

Reply via email to