Stas Bekman wrote:
Arshavir Grigorian wrote:
I am using mp2 (1.99_17) and have the following line in my Exception
class to get a complete stacktrace:
$handle->log_error("$self: ".Carp::longmess ("$message"));
The problem is that in my logs all of the control chars (\n, \t)
appear as text and ne
Arshavir Grigorian wrote:
I am using mp2 (1.99_17) and have the following line in my Exception
class to get a complete stacktrace:
$handle->log_error("$self: ".Carp::longmess ("$message"));
The problem is that in my logs all of the control chars (\n, \t) appear
as text and never translate to ne
Hello list,
I am using mp2 (1.99_17) and have the following line in my Exception
class to get a complete stacktrace:
if (Apache->can('request')) {
$handle = Apache->request;
} else {
$handle = Apache->server;
}
$handle->log_error("$self: ".Carp::longmess ("$message"));
The problem is that