Help for this page

Select Code to Download


  1. or download this
    eval { $mov=$ssh->exec("echo $?\n","2"); }; warn $@ if $@;
    
  2. or download this
    eval { $mov=$ssh->exec('echo $?\n',"2"); }; warn $@ if $@;