Help for this page

Select Code to Download


  1. or download this
    open (PRM, "-|", $NE_obj->cmd("ssh $activepilotrcs reboot ; tailer PRM
    +"));
    
  2. or download this
     Sends a CLI command to host and returns output data
    
  3. or download this
    open (PRM, "-|", $NE_obj->cmd("ssh $activepilotrcs reboot ; tailer PRM
    +"))
        or die "Couldn't open filehandle : $!";
    
  4. or download this
    my $output = `(ssh $activepilotrcs reboot ; tailer PRM) |`;