Log-StdLog - Re: Test of Log::StdLog

Posted on Mon Aug 29 02:29:37 2005 by sanug in response to 938 (See the whole thread of 2)
Re: Test of Log::StdLog
It appears that each time print occurs, it appends to the end of the string pointed to the reference.

should have been

It appears that each time print occurs, it appends to the end of the string pointed to by the reference.
Write a response