##
@output = $ssh->capture($CommandE) or die "remote command failed: " . $ssh->
+error;
####
@output = $ssh->capture($CommandE);
$ssh->error and
die "remote command failed or didn't complete successfully: " . $ssh->error;