Info2: << Package: plrpc-pm Version: 0.2018 Revision: 22 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc Description: Perl RPC client/server Type: perl License: Artistic Maintainer: Benjamin Reed Depends: net-daemon-pm BuildDepends: net-daemon-pm Source: mirror:cpan:authors/id/J/JW/JWIED/PlRPC-%v.tar.gz Source-MD5: bfa447a80e73fec54eb3c12fab4b9bdc PatchScript: rm t/crypt.t UpdatePOD: true DocFiles: ChangeLog MANIFEST README Homepage: http://search.cpan.org/dist/PlRPC DescDetail: << PlRPC (Perl RPC) is a package for implementing servers and clients that are written in Perl entirely. The name is borrowed from Sun's RPC (Remote Procedure Call), but it could as well be RMI like Java's "Remote Method Interface), because PlRPC gives you the complete power of Perl's OO framework in a very simple manner. RPC::PlServer is the package used on the server side, and you guess what RPC::PlClient is for. Both share the package RPC::PlServer::Comm for communication purposes. See PlRPC::Client(3) and RPC::PlServer::Comm for these parts. << <<