- or download this
$data .= $self->cmd('some other command', undef, $output_ref);
- or download this
$data .= $self->cmd('command | grep string | last 3', undef, $output_r
+ef);
- or download this
$data .= $self->cmd('runthis', undef, $output_ref);
- or download this
sub smart_cmd {
my($self,$cmd,@args) = @_;
...
$data = $host->cmd($cmd);
($data,$matched_prompt) = $host->cmd($cmd,$prompt);