Help for this page
my $sep = '##'; my $sep_len = length($sep); ... print "$rid: " . ($keeplist{$rid} ? 'y' : 'n') . "\n"; }