![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Or even shorter, using split to extract the name of the gene:
split "\t" works very well for this very simple TSV file. However, for any even a bit more complicated TSV or CSV file, the use of Text::CSV comes highly recommended! CountZero A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James My blog: Imperial DeltronicsIn reply to Re: Got some problem with read write file
by CountZero
|
|