On Dec 22, 2007 4:40 PM, Will Fould <[EMAIL PROTECTED]> wrote: > "Global $r object is not available. Set:\n\tPerlOptions +GlobalRequest\nin > httpd.conf"
And did you try what it says, i.e. setting PerlOptions +GlobalRequest? By the way, if you just call print() normally it should all be grabbed by mod_perl anyway. Is there some reason you need to call $r->print() instead? - Perrin