in reply to Re^4: foreach - adding newlines?
in thread foreach - adding newlines?

No. Why would not chomping add newlines in the middle of a string?

Replies are listed 'Best First'.
Re^6: foreach - adding newlines?
by runrig (Abbot) on Feb 10, 2009 at 03:15 UTC
    I don't see middles of strings going into the array that gets printed. I see the "values", which are at the end. The "titles" at the beginning seem to be getting thrown away.
      doh, you're right