sub mydate { my $out = `ssh $host -i fxfer.key date 2>&1`; print "[$id] out: $out\n"; print "[$id] exit: $?\n"; }