in reply to Re^2: remsh using perl script
in thread remsh using perl script

RajNaidu:

If it's doing the same as a shell script, then it's not a perl problem. Solve the problem, and *then* bundle it into a perl script. There are many unix support forums that can help you with that bit.

Having said that, I'd suggest doing something simple in your remsh script to help you find the problem, such as:

set >RajNaidu.test.remsh

Then log into the remote machine and locate the RajNaidu.test.remsh file and check that the directory and environment is what you expect. Then add bits of your script to it and echo your errors to a file to get clues as to what's failing and why.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.