Help for this page
my $ex = QA::STK::Execute->new(ip=>'some ip',user=>'root'); $ex->command("ls-l"); my $rc = $ex->execute(); my $output = $ex->output();
if (/\s\Q$xyz\E$/) { # Code to run }