Help for this page
eval { $mov=$ssh->exec("echo $?\n","2"); }; warn $@ if $@;
eval { $mov=$ssh->exec('echo $?\n',"2"); }; warn $@ if $@;