>>691

#!/usr/local/bin/perl
print "Content-type: text/plain\n\n";
print $ENV{'REMOTE_ADDR'};
exit;