Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
        local $Data::Dumper::Useqq = 1;
        return Dumper($s);
    }
    
  2. or download this
    print "similarity of ", show("$words1[$i]#1"),
          " and ",          show("$words2[$j]#1"),
          " = $value\n";