in reply to Matching prompt in Net::Telnet
my @result = $t->cmd('who'); if (grep /pkmsqa/, @result){ .... } [download]