in reply to Re^3: Got some problem with read write file
in thread Got some problem with read write file

Thought wrong about the second while, I want to print in the second file a list with all the gene names but it just print only the 1st gene name. I didn't know about the lexical filehandles, thank you!

  • Comment on Re^4: Got some problem with read write file

Replies are listed 'Best First'.
Re^5: Got some problem with read write file
by Cow1337killr (Monk) on Sep 03, 2016 at 22:01 UTC

    I am not a bioinformatician, but I wanted to learn about bioinformatics. I read Beginning Perl for Bioinformatics. I really enjoyed it. It got me started on understanding bioinformatics. I think you will enjoy it. It explains how to code in Perl by just explaining to biologists: Here is the problem, here is the code to solve the problem, let me explain the code, move on to the next example program.

    (I got my copy from the library.)