- or download this
my @socket;
for ($counter = 0; $counter < @remote_port; ++$counter) {
$socket[$counter] = IO::Socket::INET->new(PeerPort => $remote
+_port[$counter]
- or download this
print $socket[$counter] "sp100\r";
- or download this
print($socket[$counter], "sp100\r");