* How can I do RPC in Perl?
   + Removed old module answer since the module is not around
   + Mentioned RPC::* modules

Index: perlfaq9.pod
===================================================================
RCS file: /cvs/public/perlfaq/perlfaq9.pod,v
retrieving revision 1.22
diff -u -d -r1.22 perlfaq9.pod
--- perlfaq9.pod  4 Jun 2005 04:12:40 -0000  1.22
+++ perlfaq9.pod  2 Aug 2005 22:33:05 -0000
@@ -635,10 +635,10 @@
 
 =head2 How can I do RPC in Perl?
 
-A DCE::RPC module is being developed (but is not yet available) and
-will be released as part of the DCE-Perl package (available from
-CPAN).  The rpcgen suite, available from CPAN/authors/id/JAKE/, is
-an RPC stub generator and includes an RPC::ONC module.
+(Contributed by brian d foy)
+
+Use one of the RPC modules you can find on CPAN (
+http://search.cpan.org/search?query=RPC&mode=all ).
 
 =head1 AUTHOR AND COPYRIGHT

-- 
brian d foy, [EMAIL PROTECTED]

Reply via email to