$ipaddr vs $netaddr

Jon Wilmoth JWilmoth at starbucks.com
Tue Jan 20 21:17:59 UTC 2004


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);




More information about the developers mailing list