//flex table opened by JP

Click to See Complete Forum and Search --> : Finding IP address of client with Perl


kanchu_deep
06-30-2005, 06:31 AM
Hi there,

How do I find the IP address of client running the Perl script. Trying to make a counter in Perl. Have it running on Tripod. '$ENV{'REMOTE_ADDR'}' seems to be giving a static IP address. Any suggestions how to do it...

CompGeek01
06-30-2005, 02:22 PM
How are you testing this? If you're testing it from the same network...it'll always been the same IP. Or are you having other people test it as well? Share a snippet of the source to see how you're calling?