summaryrefslogtreecommitdiff
path: root/pod/perlfaq9.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-17 15:57:09 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-17 15:57:09 +0000
commitb68463f7111b76264d78b38de603c7c4a3c5e635 (patch)
tree7b5153ce44a42fc4841ed7592ea2e01baf4f3c4b /pod/perlfaq9.pod
parent93a047328e714ace2986c9ffb3515b4bf0939bfd (diff)
downloadperl-b68463f7111b76264d78b38de603c7c4a3c5e635.tar.gz
FAQ sync
p4raw-id: //depot/perl@25301
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r--pod/perlfaq9.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index be4ffcb4e7..336d22d5e9 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq9 - Networking ($Revision: 1.21 $, $Date: 2005/04/22 19:04:48 $)
+perlfaq9 - Networking ($Revision: 1.23 $, $Date: 2005/08/10 15:54:54 $)
=head1 DESCRIPTION
@@ -635,10 +635,10 @@ available from CPAN) is more complex but can put as well as fetch.
=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