- or download this
sub ops_do_ssh_shell {
my ($cmd) = @_;
#etc ...
}
- or download this
sub ops_do_ssh_shell {
my ($cmd) = @_;
...
return $cmd;
}
- or download this
my $cmd_status = ops_do_ssh_shell($cmd);
- or download this
my @commands = (
{ name => 'command_name1',
...
}
}
}