Help for this page

Select Code to Download


  1. or download this
     $comm->Write($socket, [$app, $version, $user, $password]);
        print "write: $!\n";
        $self->Debug("Waiting for server's response ...");
        my $reply = $comm->Read($socket);
        print "read: $!\n";
    
  2. or download this
    write: Inappropriate I/O control operation
    read: