CGI Detecting User IP

Detecting User IP

#!perl

$remote_address = $ENV{'REMOTE_ADDR'};
print "IP" <B>$remote_address</B>", "\n";
exit (0);