Perl API to be used as process.

N

NiG

I have a design issue where i need to login to Dst machine from Src
machine using Expect. Dst machine has the perl functions module. This
perl module requires to be running continously to able to support the
session handling. With my current understanding we can only call perl
API's which does not maintain the session. Need idea's how to proceed.
 
T

Ted Zlatanov

I have a design issue where i need to login to Dst machine from Src
machine using Expect. Dst machine has the perl functions module. This
perl module requires to be running continously to able to support the
session handling. With my current understanding we can only call perl
API's which does not maintain the session. Need idea's how to proceed.

Use something designed for remote calls. SOAP for example (there are
many other RPC protocols these days).

Ted
 
B

Ben Morrow

Quoth Ted Zlatanov said:
Use something designed for remote calls. SOAP for example (there are
many other RPC protocols these days).

RPC::plServer is probably simpler if you don't need to interact with
other programs.

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,202
Messages
2,571,055
Members
47,658
Latest member
jaguar32

Latest Threads

Top