I now need to stop using mod_perl 1 and I don't want to learn converting to mod_perl 2.
I have many large modules that use:
$r->print(qq{blah blah}); $r->print($bad_info);
I really don't want to go through all the code and ditch the $r->prints since I need to get this done sooner rather than later. I'm no OO code writer, so I could really use some suggestions about how to sneak in a quick and dirty fix for right now.
Any suggestions?
In reply to quick fix for mod_perl $r->print when moving to FCGI by CPB101
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |