Folks,

Is this syntax correct for finding multiple words in a line?
        $results{$test}++ if /$test/ && /Factory/ && /failed/;

also, what would the syntax be to find a word in a line that does
not contain another word? something similar to
        grep joe output | grep -v fred

Best regards,
Ron

Reply via email to