Help for this page

Select Code to Download


  1. or download this
    open X, a bidirectional pipe to "ssh myrpcserver.mydomain.com -c /path
    +/to/my_rpc_server_code";
    print X "my RPC commands";
    my $RPC_results = <X>;
    
  2. or download this
    use My_Remote_Library; # This hides the RPC stuff in there somewhere
    
    ...
    # useful manner.  I put no thought into the calling interface,
    # it would probably make much more sense in real life, if
    # it existed.