Help for this page
ssh.exe username@xxx.xxx.xxx.xxx /fullpath/check_user_exists.pl userna +me
sub executeCommand{ my $command = join ' ', @_; ... my @src_cmd = ('ssh.exe ', $ssh_user.'@'.$hostname ." /fullpath/check_ +user_exists.pl " . "$user"); my ($status, $output) = &executeCommand(@src_cmd);