Help for this page
# Test for presence of patterns in HTML file if($pattern1) ... print "No tags matching this pattern within the HTML document.\n"; }
if ( grep /$pattern1/i, @htmlLines )