Hi,
I am new to Perl and I appreciate if someone can help me.
I have a tab delimited file that contains 100 columns and 300 rows. The first row is the ID. I need first to read the file into a matrix or a table and delete the columns with a specific ID, for example columns with ID that contains the letter "k".
Thanks,