Help for this page

Select Code to Download


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