NAME
RPC::Simple::AnyWhere - extension defining a virtual SRPC client or server class
SYNOPSIS
package MyLocal ;
use RPC::Simple::AnyLocal; # or AnyRemote BUT NOT THIS CLASS
DESCRIPTION
This class is intented to be inherited only by AnyLocal or AnyRemote. Don't use it yourself.
AUTHORS
Current Maintainer
Clint Edwards <cedwards@mcclatchyinteractive.com>
Original
Dominique Dumont, <Dominique_Dumont@grenoble.hp.com>
SEE ALSO
perl(1), RPC::Simple::Factory(3), RPC::Simple::AnyRemote(3)