Help for this page

Select Code to Download


  1. or download this
    #! /usr/local/bin/perl -w
    
    ...
    }
    
    }
    
  2. or download this
    @D1 = map lc $_, $D1 =~ /(\w+)/g ;
    my @D2 = map lc $_, $D2 =~ /(\w+)/g ;
    ...
    my $similarity = 2 * ( $intersection/$total ) ;
    
    print "\n$similarity\n\n" ;