> I would suggest ... > $log_socket = $log_socket || ''; It is bad practice to treat user input as perl booleans. For example, it would replace a log file name "0" with an empty string.
There were numerous cases of this already weeded out with 3.3 (but some are still there). Some of these cases even have their own bugzilla entries, like bugs 5965, 6184, 6360. Mark