How to get client IP address by PERL in yahoo server?

Munir

New member
Hi
I am using PERL to build a shopping cart. I am using yahoo's small business server. Until recently I was using $ENV{'REMOTE_ADDR'} to get the visitor's IP. But recently it is giving me 216.39.58.95, 216.39.58.184, 216.39.58.114 ... These 3 IP's only. They are Altavista's IP and not the visitor's IP. I tried with php by using $remote_addr. Php is working fine and giving me client's IP correctly. Yahoo refused to provide any technical solution. I really need to get the IP address using PERL. If you know the reason or any other way please help.
 
Back
Top