"Charles K. Clarkson" <[EMAIL PROTECTED]> writes: > : ---> @chunk = ''; > > Should be: > > @chunk = ();
Ahh ...yes. Thanks for the thorough explanation. [...] > Since you're adding all those newlines > back in, why take them out in the first > place? Nice code. Thanks. About the newlines. Although it didn't help me much in this case I like to keep newlines in a known state manually. They have a way of sneaking up on you. Some of the extra steps you've skipped were in the code only so I could see quickly what was supposed to be going on. But even with that consideration, your code is dramatically cleaner ... thanks for the example. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]