Help for this page
# i modifer to make it case insensitive, just in case. if ($line =~ /Analysis Date Range\s*:\s*([0-9]+)\/([0-9]+)\/([0-9])+/i +) ... }else{ print "This line did not have an analysis date that I recognize in i +t\n"; }