You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Peter Rothermel <Pe...@watchguard.com> on 2002/05/06 22:12:45 UTC

err_header_out() not found in mod_perl 1.99

greetings,

I'm using Apache2/mod_perl 1.99 on WinNT.

Here's the error:

[error] [client 127.0.0.1] Can't locate object method  "err_header_out" via package "Apache::RequestRec" at C:\Apach...


thanks in advance
-pete

Re: err_header_out() not found in mod_perl 1.99

Posted by Peter Rothermel <Pe...@watchguard.com>.
Nevermind,

I found that err_headers_out() provides the needed functionality.


Peter Rothermel wrote:

> greetings,
>
> I'm using Apache2/mod_perl 1.99 on WinNT.
>
> Here's the error:
>
> [error] [client 127.0.0.1] Can't locate object method  "err_header_out" via package "Apache::RequestRec" at C:\Apach...
>
> thanks in advance
> -pete