<chomp remove line ending character if there are any at the end of a string,
or at the end of all the stings in of an array. You normaly have to use is
when you read lines from a file because text file always have a line ending
character (except maybe for the last line).>

ok, but I just dealing with arrays generated in my script(s). I am not
reading from any files. Yet one of the arrays that i was iterating thru and
running an operation on failed until i added chomp. but on a similar array
it did not need it

Thanks



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to