Re: chmod -- chomp not chmod!!

2003-09-08 Thread R. Joseph Newton
Christiane Nerz wrote: > Oh-oh - there was a mistake - I tried chomp, not chmod.. > How do I use chomp correctly? I have an array of strings, want to cut > off the last \n in each line and use the rest of the line. (concatenate > it to another string) > Jane > Return to the original thread [which

Re: chmod -- chomp not chmod!!

2003-09-04 Thread Sudarshan Raghavan
Christiane Nerz wrote: Oh-oh - there was a mistake - I tried chomp, not chmod.. How do I use chomp correctly? I have an array of strings, want to cut off the last \n in each line and use the rest of the line. (concatenate it to another string) Jane Hi all! I like to read several rows out of tw

Re: chmod -- chomp not chmod!!

2003-09-04 Thread Christiane Nerz
Oh-oh - there was a mistake - I tried chomp, not chmod.. How do I use chomp correctly? I have an array of strings, want to cut off the last \n in each line and use the rest of the line. (concatenate it to another string) Jane Hi all! I like to read several rows out of two different table-files