Todd Caine ([EMAIL PROTECTED]) said something to this effect:
> I've got a Perl Module which has a function called
> RRDs::graph($args), that will only print to stdout.  In my
> handler I write something similar to:

STDOUT is where $r->print goes under mod_perl; you should be OK.

Failing this, does RRDs::graph print explicitly to STDOUT, or just to
the currently selected filehandle? If the latter (it probably is),
just select a a different filehandle, and then call &graph.

(darren)

-- 
Without deviation from the norm, 'progress' is not possible. -- Frank Zappa

Reply via email to