This another follow-up to a previous thread, "maximum 
(practical) size of $r->notes", from last week.   We're 
trying to redirect the output of $subr->run(), and return 
it as a variable instead of sending it to the browser.

I've poked around the mod_perl and Apache code, and it 
doesn't look like a good idea to change things there.  So, 
I'm wondering if there's a way to add another method ( 
$subr->run_to_var ? ) that would accomplish this.

Well, I know there _is_ a way, I just don't know what that 
way is.  I'm looking for pointers on where to begin, 
possible gotchas, and an opinion on why no one has tried 
this before.

Then again, maybe someone has, and I'm just unaware of it.

thanks a lot,
Todd

Reply via email to