Help for this page

Select Code to Download


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