summaryrefslogtreecommitdiff
path: root/010/ch2.pl
diff options
context:
space:
mode:
authorGuillermo Ramos2019-05-30 22:16:04 +0200
committerGuillermo Ramos2019-05-30 22:16:04 +0200
commit4493a71f62adec164d5184a2982cd568d72de5a4 (patch)
tree64d36dd197d9e3fd2c286c0202653cb3b26a4408 /010/ch2.pl
parent8fadbab611b74777d020c4cc18ab2b13776c40c1 (diff)
downloadperlweekly-4493a71f62adec164d5184a2982cd568d72de5a4.tar.gz
[010] Add challenge descriptions in header
Diffstat (limited to '010/ch2.pl')
-rwxr-xr-x010/ch2.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/010/ch2.pl b/010/ch2.pl
index 9e72fad..f0566df 100755
--- a/010/ch2.pl
+++ b/010/ch2.pl
@@ -1,4 +1,9 @@
#!/usr/bin/env perl
+#
+# Write a script to find Jaro-Winkler distance between two strings. For more
+# information check wikipedia page.
+# (https://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance)
+################################################################################
use strict;
use warnings;