Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a9df7a

Browse files
committed
updated comments
1 parent 268a39f commit 6a9df7a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Tools/world/world

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
#
77
# $Id$
88

9-
# This little perl program will take an internet address of the form
9+
# This little script will take an Internet address of the form
1010
# [email protected] and will print out where in the world that
1111
# 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.
12+
# the `domain' part against a hard-coded list, which can probably
13+
# change fairly quickly given the world's political fluidity.
1614

1715
import sys
1816
prog = sys.argv[0]

0 commit comments

Comments
 (0)