in reply to Re: Net::OpenSSH::Parallel documentation
in thread Net::OpenSSH::Parallel documentation

I am able to check the failing statements but I can't see what the specif error was.

Check the error for some debuggiing.

Thanks,
Ashok
  • Comment on Re^2: Net::OpenSSH::Parallel documentation

Replies are listed 'Best First'.
Re^3: Net::OpenSSH::Parallel documentation
by salva (Canon) on Apr 10, 2012 at 15:24 UTC
    ... $pssh->run; my %errors = $pssh->get_errors; while (my ($label, $error) = each %errors) { print "label $label, error: $error\n"; }