) {
print;
}
close(FILE);
}
print <<"EOM";
[
Main Page |
Discussion Forum |
Name Lookup
]
EOM
# Thanks to Grant M of BostonHot.com for this idea:
print <<"EOM" if ($is_valid_address);
The ARIN system will tell you which organization has been assigned this block of IP addresses. This is useful when the name lookup fails.
EOM
print <<"EOM";
The source code for the script is available.
[
Main Page |
Discussion Forum |
Name Lookup
]
EOM
if (open(FILE, "<../footer.txt")) {
while () {
print;
}
close(FILE);
}