in reply to How is outputting to an array different from outputting to a file

I am getting different result from accessing an array as oppose to reading from a file.

Observation: You're not chomp'ing in the first case, and over-chomp'ing in the second.

  • Comment on Re: How is outputting to an array different from outputting to a file