Help for this page

Select Code to Download


  1. or download this
    my $sep = '##';
    my $sep_len = length($sep);
    ...
      print "$rid: " . ($keeplist{$rid} ? 'y' : 'n') . "\n";
    
    }
    
  2. or download this
    my $sep = '##';
    my $sep_len = length($sep);
    ...
      print "$rid: " . ($keeplist{$rid} ? 'y' : 'n') . "\n";
    
    }