Finding My IP Address
You web browser reports the following:
| IP Address: | 38.107.191.99 |
| User Agent: | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
I've just done this by using the perl environment variable REMOTE_ADDR and HTTP_USER_AGENT like so:
my $ip_address = $ENV{'REMOTE_ADDR'}; my $user_agent = $ENV{'HTTP_USER_AGENT'};What Is My Internet Address?
Here's Google's report of your IP address etc...
