Help for this page

Select Code to Download


  1. or download this
    File 1 Looks like this:-
    DAVID 31
    ...
    40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 66 40 40 6 40 40 40 40 40
    + 40 40 40 40 40 40 29 40 40 40 6 40
    >DAVID
    40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 4
    +0 40 40 99 40 40 40 40 40 40 4 40 40
    
  2. or download this
    RESULT FILE:-
    DAVID 31 40
    DAVID 29 40  # This line is not printed bcoz hash can take only single
    + key
    DAVID 41 40  # This line is not printed bcoz hash can take only single
    + key
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    }
    close FD;