Help for this page

Select Code to Download


  1. or download this
    my $ex = QA::STK::Execute->new(ip=>'some ip',user=>'root'); 
    $ex->command("ls-l"); 
    my $rc = $ex->execute(); 
    my $output = $ex->output(); 
    print $output;