5 lines
93 B
Perl
5 lines
93 B
Perl
#!/bin/perl
|
|
|
|
print "Content-type:text/plain\n\nCurrent IP Address:".$ENV{REMOTE_ADDR}."\n";
|
|
|