blob: ab5e9e9a0bcee7b4b5b9d6f984a0a0b5527905d4 (
plain) (
tree)
|
|
This module implements remote procedure call. I've tried to keep
things simple.
So this module should be :
- quite simple to use (thanks to autoload mechanisms)
- lightweight
It sure is not :
- DCE
- CORBA
- bulletproof
- securityproof
- foolproof
But it works. (Although I'm opened to suggestion regarding the
"un-proof" areas)
WWW: http://search.cpan.org/dist/RPC-Simple/
|