Re: reading data from a file and put in a new file

2010-11-12 Thread Lynx RO
Hello Thanks a lot for your help, comment and sorry for my mistakes that I did not see first time that you solved my problems. Have a nice day On Tue, Nov 9, 2010 at 8:51 PM, Sheppy R wrote: > The "Global symbol "@val" requires explicit package name at test.pl ." > should be fixed by declaring

Re: reading data from a file and put in a new file

2010-11-09 Thread Sheppy R
The "Global symbol "@val" requires explicit package name at test.pl ." should be fixed by declaring @val with 'my': my @val = **something**; On Tue, Nov 9, 2010 at 2:37 PM, Shlomi Fish wrote: > Hi Lynx, > > I'm CCing my reply to the list. Next time, please use the GMail "reply to > all" > featu

Re: reading data from a file and put in a new file

2010-11-09 Thread Shlomi Fish
Hi Lynx, I'm CCing my reply to the list. Next time, please use the GMail "reply to all" feature. On Tuesday 09 November 2010 15:59:25 Lynx RO wrote: > Hello Shlomu Fish > It's "Shlomi" - not "Shlomu". > thanks for your comment I did changes , about chomp I think that is first > step is taking

Re: reading data from a file and put in a new file

2010-11-09 Thread Shlomi Fish
Hi, a few comments on your code: On Tuesday 09 November 2010 10:52:39 yo RO wrote: > Hello > I need to read some data in a file and add in another file part of the > line with some changes > > input data > ./data01;data02;data03;data04;data05;data06;data07; > ./data11;data12;data13;data14;data15