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();
    
  2. or download this
    if (/\s\Q$xyz\E$/) {
        # Code to run
    }