in reply to Re^4: IO::Pty, Net::Telnet and SSH
in thread IO::Pty, Net::Telnet and SSH [SOLVED]
Hi,
Don't know if this will work for you, but I know people who solved this kind of issue writting small servers that provide system commands with RPC capabilities, using SOAP or XML-RPC for example.
I mean first try with what you are doing, if it works okay, but otherwise think about this:
Caller.pl <----XMLRPC/SOAP-----> Bridge.pl / | / System/Native Program <-----> Expect
This way you can easily provide remote calls to existing programs that uses the STDIN without changing anything.
Regards,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: IO::Pty, Net::Telnet and SSH
by gonza (Novice) on Nov 04, 2006 at 19:45 UTC |