in reply to Net::OpenSSH::Parallel documentation

use print statements to debug your code until you're sick in the head.

print is friend.

  • Comment on Re: Net::OpenSSH::Parallel documentation

Replies are listed 'Best First'.
Re^2: Net::OpenSSH::Parallel documentation
by ashok.g (Beadle) on Apr 10, 2012 at 14:49 UTC
    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
      ... $pssh->run; my %errors = $pssh->get_errors; while (my ($label, $error) = each %errors) { print "label $label, error: $error\n"; }