Help for this page

Select Code to Download


  1. or download this
    [root@tic-rhel5-20-12 ~]# hostname
    tic-rhel5-20-12
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my ($output, $error, $exit) = $ssh->cmd("$cmd");
    print "Result:\n";
    print $output;