The simple way is to write a web service with Soap, or Thrift which I am
familiar with. Thus the client could use the perl http library like
LWP::UserAgent.


> I am planning to design a simple client application to execute RPC (Remote
> Procedure Call) on a remote server.
>
> All I have managed to learn so far is to create a TCP socket using
> IO::Socket::INET.
>
> But I am not sure what to do next.
>
> Any pointers/help/online resources about the same would be helpful.
>
> Thanks,
> Parag
>



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to