Hi,
I am working on a Perl program through which I am running required commands from a Windows machine onto Linux machines.
QTP scripts will be calling the perl script on Windows machine to execute the commands on remote Linux machine. I have used CPAN's Net::Telnet module to connect to the remote Linux machine from the Windows machine.
Now the issue I am facing is that I am not able to bring back the exit status of previously run command back to the Windows machine.
Please suggest as it is urgent..
-Saurabh
I am working on a Perl program through which I am running required commands from a Windows machine onto Linux machines.
QTP scripts will be calling the perl script on Windows machine to execute the commands on remote Linux machine. I have used CPAN's Net::Telnet module to connect to the remote Linux machine from the Windows machine.
Now the issue I am facing is that I am not able to bring back the exit status of previously run command back to the Windows machine.
Please suggest as it is urgent..
-Saurabh