You don't want to do that...
You want to do this:
use Apache::Constants qw(:common);
and then $r-status(OK); # (no quotes)
Issac
----- Original Message -----
From: "clayton cottingham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 04, 2002 6:47 PM
Subject: problems with $r->status('OK')
> hello:
>
> im using Apache/1.3.12
> and
> mod_perl/1.24
>
> every time i use
> the $r->status('OK');
>
> it gives me this error
>
> Argument "OK" isn't numeric in subroutine entry ....
>
> has anyone come accross this before?
>
> thanks
>