=head2 show_run(); $output = $host->show_run(); $host->show_run($output_ref); sub show_run { my($self,$output_ref) = @_; my $data = $self->cmd('show run', undef, $output_ref, qr/^(?![:!])/); return $data; }