Hello i am extememly new to PERL and have a very basic question.
Say i have two columns in a text file something like this...
5330 1
5380 5
5390 6
5400 9
5410 11
5420 15
5430 23
5440 38
5450 57
5460 86
5470 111
5480 171
5490 226
5500 347
how do i extract just the first column and write to another file? is there an easy way to do that? i hae about 100 text files and need to extract the first column of each text file and write it to one big file (appending each time).. Any help is appreciated!!!!
Say i have two columns in a text file something like this...
5330 1
5380 5
5390 6
5400 9
5410 11
5420 15
5430 23
5440 38
5450 57
5460 86
5470 111
5480 171
5490 226
5500 347
how do i extract just the first column and write to another file? is there an easy way to do that? i hae about 100 text files and need to extract the first column of each text file and write it to one big file (appending each time).. Any help is appreciated!!!!
Comment