Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268a39f commit 6a9df7aCopy full SHA for 6a9df7a
1 file changed
Tools/world/world
@@ -6,13 +6,11 @@
6
#
7
# $Id$
8
9
-# This little perl program will take an internet address of the form
+# This little script will take an Internet address of the form
10
# [email protected] and will print out where in the world that
11
# message originated from. Its pretty dumb in that it just matches
12
-# the `domain' part against a hard-coded list. Also, I haven't
13
-# checked the list for validity -- I picked it up from someplace. With
14
-# the speed in which political boundaries are changing these days, no
15
-# doubt there are some incorrect mappings.
+# the `domain' part against a hard-coded list, which can probably
+# change fairly quickly given the world's political fluidity.
16
17
import sys
18
prog = sys.argv[0]
0 commit comments