arrays and chomp function

2007-07-29 Thread Bryan Harris
Hi, I'm not sure I understand why this is happening. Maybe someone can explain it to me. No matter how many times I use the chomp() function on my array, when I print the array it always prints the newlines. But I have another array, which will print without the newlines. In the first block of

Re: arrays and chomp function

2007-07-29 Thread Mr. Shawn H. Corey
Bryan Harris wrote: Hi, I'm not sure I understand why this is happening. Maybe someone can explain it to me. No matter how many times I use the chomp() function on my array, when I print the array it always prints the newlines. But I have another array, which will print without the newlines.

Re: arrays and chomp function

2007-07-29 Thread Rob Dixon
Bryan Harris wrote: I'm not sure I understand why this is happening. Maybe someone can explain it to me. No matter how many times I use the chomp() function on my array, when I print the array it always prints the newlines. But I have another array, which will print without the newlines. In

Re: arrays and chomp function

2007-07-29 Thread Bryan Harris
On 7/30/07, Rob Dixon [EMAIL PROTECTED] wrote: Bryan Harris wrote: I'm not sure I understand why this is happening. Maybe someone can explain it to me. No matter how many times I use the chomp() function on my array, when I print the array it always prints the newlines. But I have