--- Coro/myhttpd/shell.pl 2001/08/20 16:58:19 1.16 +++ Coro/myhttpd/shell.pl 2001/08/28 02:30:49 1.17 @@ -62,7 +62,7 @@ print $fh "restarting, cu!\n"; last; } elsif ($cmd eq "country") { - print $fh ip_request($_), "\n"; + print $fh netgeo::ip_request($_), "\n"; } } else { print $fh "try one of @commands\n";