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