What's the difference between these two variables? They are populated in the CGI.pl from 2.17.3 in the following manner. my $ipaddr = $ENV{'REMOTE_ADDR'}; my $netaddr = get_netaddr($ipaddr);