while (<$fd>) { print if /Total/; # print matching lines $count++ if /failed/; # count matching lines }