On Thu, 2006-08-03 at 23:45 +0530, Shourya Sengupta wrote:
> Hi,
> My perl program calls a batch file on a remote machine.
> Now my question is how to return a value from that batch script and how
> to grab it in the perl file?

using ssh to the remote machine, then you can check the return code of ssh.

-- 
Ken Foskey
FOSS developer


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to