Help for this page
my @ids =<IDLIST>; chomp @ids;
foreach my $id (@ids) { foreach my $fasta (@files) { ... close $fh; } }