in reply to Re^3: Is there any efficient way i can take out a specific column from hundreds of files and put it in one file?
in thread Is there any efficient way i can take out a specific column from hundreds of files and put it in one file?

oh yes i noticed that, however my actual files has one more line above the row deleted by
delete $row{Gene};
So i need to skip the first row and then delete the Gene row.. thanks for the input, i'll look into the links
  • Comment on Re^4: Is there any efficient way i can take out a specific column from hundreds of files and put it in one file?
  • Download Code