Chapter 13 of O'Reilly's "Advanced Perl Programming" has a great discussion
of, and example code for implementing RPC in perl.  It's missing a few
things (encryption was the first thing I noticed), but is an excellent
starting point if you choose to follow the RPC path.

Steve

> Really, you want to look more into some kind of RPC.  I'm not sure
> how/if Perl does RPC, but it would be interesting to find out...
>
> Of course, you could just turn RPC into sending the data across the net
> to a cgi, and getting the data back, but this would perhaps involve
> more interpretation of the data than you are interested in doing
> (Data::Dumper, though....)
>

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to