perl - How do I get the IP address of the server a request is coming from? -
how ip address of server request coming from. here's scenario;
i have 2 servers - client|server. how can detect ip of client server in perl
you need getpeername. please perldoc.
Comments
Post a Comment