search scalers of an array in another file

2012-06-21 Thread Wang, Li
Dear list members I am a very beginner of perl programming. I am trying to write a script to search all scalers of one array (geneIDFile) in another file (annotationFile). If it is found and matched, output the whole line of the annotation file. My script is as follows. It turns out not

Re: search scalers of an array in another file

2012-06-21 Thread Jim Gibson
On Jun 21, 2012, at 4:47 PM, Wang, Li wrote: Dear list members I am a very beginner of perl programming. I am trying to write a script to search all scalers of one array (geneIDFile) in another file (annotationFile). If it is found and matched, output the whole line of the annotation

Re: search scalers of an array in another file

2012-06-21 Thread John W. Krahn
Wang, Li wrote: Dear list members Hello, I am a very beginner of perl programming. Welcome to the Perl beginners mailing list. I am trying to write a script to search all scalers of one array (geneIDFile) in another file (annotationFile). If it is found and matched, output the whole