Hello, once again I need your help.
My program is running but it was only one part.
my script is like this:
$address =$ENV{'REMOTE_ADDR'};
$redirect = "telnet://xxxx".$test_ip_address;
The program run and connect to only one IP address xxxx,
but i need to get it to multiple IP address.
Thank you for your help.