formatting issue
[prev]
[thread]
[next]
[Date index for 2004/12/08]
Hello list,
I am using mp2 (1.99_17) and have the following line in my Exception
class to get a complete stacktrace:
<snip>
if (Apache->can('request')) {
$handle = Apache->request;
} else {
$handle = Apache->server;
}
$handle->log_error("$self: ".Carp::longmess ("$message"));
</snip>
The problem is that in my logs all of the control chars (\n, \t) appear
as text and never translate to newlines, tabs, etc.
Am I doing something wrong? or is it working as advertised and I need a
workaround?
Thanks.
Arshavir
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
formatting issue
Arshavir Grigorian 00:10 on 08 Dec 2004
|