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 lin
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 annotat
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 woking