Help for this page

Select Code to Download


  1. or download this
     ###remote.script###
     $result1=`DB_COMPILE $from $to`;
    ...
      print "$description\n";
      exit("$status");
     }
    
  2. or download this
     ###local.script###
     %codes=('0' => 'Success',
    ...
     ($exit) = $ssh->cmd("Remote.script");
     $description=$codes{"$exit"};
     print "EXIT STATUS: $exit $description\n";