directory
error at this line
close TXTFILE;
my @seqelements = ;
.......goes on from here
I know the conversion routine works, because it worked
when I specified a single file
--
Ganesh Shankar
[EMAIL PROTECTED]
--
http://www.fastmail.fm - Or how I learned to stop worrying and
= '';
open (TXTFILE,"<$seqfilename") or die $!;
close TXTFILE;
my @seqelements = ;
...goes on from here
I know the conversion routine works, because it worked
when I specified a single file.
Thanks for your help in advance,
Ganesh
--
Ganesh Shank