More died on open command (from 55103)

2003-11-10 Thread Ganesh Shankar
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

Died on open command

2003-11-10 Thread Ganesh Shankar
= ''; 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